From c9def2063da58d739419f22fcf6ed30143930877 Mon Sep 17 00:00:00 2001 From: Magne Sjaastad Date: Wed, 15 Apr 2020 14:27:56 +0200 Subject: [PATCH] #5801 Icon for delta summary case --- .../SummaryPlotCommands/RicNewDerivedSummaryFeature.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ) ); } //--------------------------------------------------------------------------------------------------