mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-09 23:16:00 -06:00
Changing name of fishbone-wellpath-collection from "Well path" to "Imported Laterals"
This commit is contained in:
parent
68ec65602a
commit
bf15e48b29
@ -42,9 +42,9 @@ RimFishboneWellPathCollection::RimFishboneWellPathCollection()
|
||||
CAF_PDM_InitObject("WellPathCompletions", ":/FishBoneGroupFromFile16x16.png", "", "");
|
||||
|
||||
nameField()->uiCapability()->setUiHidden(true);
|
||||
this->setName("Well Paths");
|
||||
this->setName("Imported Laterals");
|
||||
|
||||
CAF_PDM_InitFieldNoDefault(&m_wellPaths, "WellPaths", "Well Paths", "", "", "");
|
||||
CAF_PDM_InitFieldNoDefault(&m_wellPaths, "WellPaths", "Imported Laterals", "", "", "");
|
||||
m_wellPaths.uiCapability()->setUiHidden(true);
|
||||
|
||||
CAF_PDM_InitFieldNoDefault(&m_pipeProperties, "PipeProperties", "Pipe Properties", "", "", "");
|
||||
|
@ -66,7 +66,7 @@ RimFishbonesCollection::RimFishbonesCollection()
|
||||
|
||||
fishbonesSubs.uiCapability()->setUiHidden(true);
|
||||
|
||||
CAF_PDM_InitFieldNoDefault(&m_wellPathCollection, "WellPathCollection", "Well Paths", "", "", "");
|
||||
CAF_PDM_InitFieldNoDefault(&m_wellPathCollection, "WellPathCollection", "Imported Laterals", "", "", "");
|
||||
m_wellPathCollection = new RimFishboneWellPathCollection;
|
||||
m_wellPathCollection.uiCapability()->setUiHidden(true);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user