CAF: Move keyword aliases from PdmXmlFieldHandle to PdmFieldHandle

This commit is contained in:
Gaute Lindkvist
2020-02-25 15:52:10 +01:00
parent 7a304deecb
commit 1353835bd8
9 changed files with 34 additions and 45 deletions

View File

@@ -65,7 +65,7 @@ RimSimWellInView::RimSimWellInView()
RICF_InitObjectWithScriptNameAndComment( "Simulation Well", ":/Well.png", "", "", "SimulationWell", "An Eclipse Simulation Well" );
RICF_InitFieldNoDefault( &name, "Name", "Name", "", "", "" );
name.xmlCapability()->registerKeywordAlias( "WellName" );
name.registerKeywordAlias( "WellName" );
CAF_PDM_InitField( &showWell, "ShowWell", true, "Show well ", "", "", "" );