diff --git a/ApplicationCode/Commands/SummaryPlotCommands/RicNewDerivedSummaryFeature.cpp b/ApplicationCode/Commands/SummaryPlotCommands/RicNewDerivedSummaryFeature.cpp index ba11f636ca..d970b39d6e 100644 --- a/ApplicationCode/Commands/SummaryPlotCommands/RicNewDerivedSummaryFeature.cpp +++ b/ApplicationCode/Commands/SummaryPlotCommands/RicNewDerivedSummaryFeature.cpp @@ -73,7 +73,7 @@ void RicNewDerivedSummaryFeature::onActionTriggered( bool isChecked ) void RicNewDerivedSummaryFeature::setupActionLook( QAction* actionToSetup ) { actionToSetup->setText( "New Delta Summary Case" ); - // actionToSetup->setIcon( QIcon( ":/SummaryEnsemble16x16.png" ) ); + actionToSetup->setIcon( QIcon( ":/SummaryCase16x16.png" ) ); } //--------------------------------------------------------------------------------------------------