mirror of
https://github.com/OPM/ResInsight.git
synced 2026-09-03 20:53:13 -05: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