mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#5011 Add icon to Replace Case commands
This commit is contained in:
committed by
Magne Sjaastad
parent
d68e764a8f
commit
f3fc7351d4
@@ -78,6 +78,5 @@ void RicReplaceSummaryCaseFeature::onActionTriggered( bool isChecked )
|
||||
void RicReplaceSummaryCaseFeature::setupActionLook( QAction* actionToSetup )
|
||||
{
|
||||
actionToSetup->setText( "Replace" );
|
||||
// TODO: get an icon?
|
||||
// actionToSetup->setIcon( QIcon( ":/Refresh-32.png" ) );
|
||||
actionToSetup->setIcon( QIcon( ":/ReplaceCase16x16.png" ) );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user