#1071 Added fracture icons (created by JacobStoren)

This commit is contained in:
Magne Sjaastad
2017-01-04 14:38:06 +01:00
parent 40cce6f990
commit d0b669b987
10 changed files with 9 additions and 8 deletions

View File

@@ -31,7 +31,7 @@ CAF_PDM_SOURCE_INIT(RimWellPathFractureCollection, "WellPathFractureCollection")
//--------------------------------------------------------------------------------------------------
RimWellPathFractureCollection::RimWellPathFractureCollection(void)
{
CAF_PDM_InitObject("Fractures", "", "", "");
CAF_PDM_InitObject("Fractures", ":/Fracture16x16.png", "", "");
CAF_PDM_InitField(&isActive, "Active", true, "Active", "", "", "");