mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#6221 Fracture Model: Simplify menu item for fracture model export.
This commit is contained in:
parent
b8890defa2
commit
709da35a3e
@ -72,6 +72,6 @@ void RicExportFractureModelPlotToFileFeature::onActionTriggered( bool isChecked
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
void RicExportFractureModelPlotToFileFeature::setupActionLook( QAction* actionToSetup )
|
||||
{
|
||||
actionToSetup->setText( "Export Fracture Model Plot to File" );
|
||||
actionToSetup->setText( "Export Fracture Model to File" );
|
||||
actionToSetup->setIcon( QIcon( ":/Save.png" ) );
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user