mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#2144 Context menu: Change name: New Property Filter -> Property Filter
This commit is contained in:
parent
bb4390651d
commit
19e649a674
@ -79,5 +79,5 @@ void RicEclipsePropertyFilterNewInViewFeature::onActionTriggered(bool isChecked)
|
|||||||
void RicEclipsePropertyFilterNewInViewFeature::setupActionLook(QAction* actionToSetup)
|
void RicEclipsePropertyFilterNewInViewFeature::setupActionLook(QAction* actionToSetup)
|
||||||
{
|
{
|
||||||
actionToSetup->setIcon(QIcon(":/CellFilter_Values.png"));
|
actionToSetup->setIcon(QIcon(":/CellFilter_Values.png"));
|
||||||
actionToSetup->setText("New Property Filter");
|
actionToSetup->setText("Property Filter");
|
||||||
}
|
}
|
||||||
|
@ -77,5 +77,5 @@ void RicGeoMechPropertyFilterNewInViewFeature::onActionTriggered(bool isChecked)
|
|||||||
void RicGeoMechPropertyFilterNewInViewFeature::setupActionLook(QAction* actionToSetup)
|
void RicGeoMechPropertyFilterNewInViewFeature::setupActionLook(QAction* actionToSetup)
|
||||||
{
|
{
|
||||||
actionToSetup->setIcon(QIcon(":/CellFilter_Values.png"));
|
actionToSetup->setIcon(QIcon(":/CellFilter_Values.png"));
|
||||||
actionToSetup->setText("New Property Filter");
|
actionToSetup->setText("Property Filter");
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user