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:
@@ -57,7 +57,7 @@ RimWellPathImport::RimWellPathImport()
|
||||
CAF_PDM_InitField(&wellTypePlans, "WellTypePlans", true, "Plans", "", "", "");
|
||||
|
||||
caf::AppEnum<RimWellPathImport::UtmFilterEnum> defaultUtmMode = UTM_FILTER_OFF;
|
||||
CAF_PDM_InitField(&utmFilterMode, "UtmMode", defaultUtmMode, "Utm filter", "", "", "");
|
||||
CAF_PDM_InitField(&utmFilterMode, "UtmMode", defaultUtmMode, "Utm Filter", "", "", "");
|
||||
|
||||
CAF_PDM_InitField(&north, "UtmNorth", 0.0, "North", "", "", "");
|
||||
CAF_PDM_InitField(&south, "UtmSouth", 0.0, "South", "", "", "");
|
||||
|
||||
Reference in New Issue
Block a user