mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Capitalize ui name in PDM fields
This commit is contained in:
@@ -45,7 +45,7 @@ RimGeoMechPropertyFilter::RimGeoMechPropertyFilter()
|
||||
{
|
||||
CAF_PDM_InitObject("Property Filter", ":/CellFilter_Values.png", "", "");
|
||||
|
||||
CAF_PDM_InitFieldNoDefault(&resultDefinition, "ResultDefinition", "Result definition", "", "", "");
|
||||
CAF_PDM_InitFieldNoDefault(&resultDefinition, "ResultDefinition", "Result Definition", "", "", "");
|
||||
resultDefinition = new RimGeoMechResultDefinition();
|
||||
|
||||
// Set to hidden to avoid this item to been displayed as a child item
|
||||
|
||||
Reference in New Issue
Block a user