#2122 Formation/Well Path: Change command action text

This commit is contained in:
Rebecca Cox 2017-11-27 15:46:09 +01:00
parent ebcc9bafd4
commit f9880c6e89

View File

@ -90,6 +90,6 @@ void RicWellPathFormationsImportFileFeature::onActionTriggered(bool isChecked)
//--------------------------------------------------------------------------------------------------
void RicWellPathFormationsImportFileFeature::setupActionLook(QAction* actionToSetup)
{
actionToSetup->setText("Import &Well Path Formations from File");
actionToSetup->setText("Import &Well Path Formation Names");
actionToSetup->setIcon(QIcon(":/Formations16x16.png"));
}