mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#1294 Added save icon
This commit is contained in:
parent
2758cd327e
commit
2bc9ba3e8e
@ -110,6 +110,7 @@ void RicAsciiExportSummaryPlotFeature::onActionTriggered(bool isChecked)
|
|||||||
void RicAsciiExportSummaryPlotFeature::setupActionLook(QAction* actionToSetup)
|
void RicAsciiExportSummaryPlotFeature::setupActionLook(QAction* actionToSetup)
|
||||||
{
|
{
|
||||||
actionToSetup->setText("Export Plot Data to Text File");
|
actionToSetup->setText("Export Plot Data to Text File");
|
||||||
|
actionToSetup->setIcon(QIcon(":/Save.png"));
|
||||||
}
|
}
|
||||||
|
|
||||||
//--------------------------------------------------------------------------------------------------
|
//--------------------------------------------------------------------------------------------------
|
||||||
|
@ -109,6 +109,7 @@ void RicAsciiExportWellLogPlotFeature::onActionTriggered(bool isChecked)
|
|||||||
void RicAsciiExportWellLogPlotFeature::setupActionLook(QAction* actionToSetup)
|
void RicAsciiExportWellLogPlotFeature::setupActionLook(QAction* actionToSetup)
|
||||||
{
|
{
|
||||||
actionToSetup->setText("Export Plot Data to Text File");
|
actionToSetup->setText("Export Plot Data to Text File");
|
||||||
|
actionToSetup->setIcon(QIcon(":/Save.png"));
|
||||||
}
|
}
|
||||||
|
|
||||||
//--------------------------------------------------------------------------------------------------
|
//--------------------------------------------------------------------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user