mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-10 07:26:03 -06:00
(#355) Renamed geomech property filters and property filter collections
"GeoMech Property Filter" -> "Property Filter" "GeoMech Property Filters" -> "Property Filters"
This commit is contained in:
parent
627b3c2292
commit
0704680221
@ -39,7 +39,7 @@ CAF_PDM_SOURCE_INIT(RimGeoMechPropertyFilter, "GeoMechPropertyFilter");
|
||||
RimGeoMechPropertyFilter::RimGeoMechPropertyFilter()
|
||||
: m_parentContainer(NULL)
|
||||
{
|
||||
CAF_PDM_InitObject("GeoMech Property Filter", ":/CellFilter_Values.png", "", "");
|
||||
CAF_PDM_InitObject("Property Filter", ":/CellFilter_Values.png", "", "");
|
||||
|
||||
CAF_PDM_InitFieldNoDefault(&resultDefinition, "ResultDefinition", "Result definition", "", "", "");
|
||||
resultDefinition = new RimGeoMechResultDefinition();
|
||||
|
@ -32,7 +32,7 @@ CAF_PDM_SOURCE_INIT(RimGeoMechPropertyFilterCollection, "GeoMechPropertyFilters"
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
RimGeoMechPropertyFilterCollection::RimGeoMechPropertyFilterCollection()
|
||||
{
|
||||
CAF_PDM_InitObject("GeoMech Property Filters", ":/CellFilter_Values.png", "", "");
|
||||
CAF_PDM_InitObject("Property Filters", ":/CellFilter_Values.png", "", "");
|
||||
|
||||
CAF_PDM_InitFieldNoDefault(&propertyFilters, "PropertyFilters", "Property Filters", "", "", "");
|
||||
propertyFilters.uiCapability()->setUiHidden(true);
|
||||
|
Loading…
Reference in New Issue
Block a user