mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#5559 Add Save to Pdf icon
This commit is contained in:
@@ -86,9 +86,6 @@ void RicSnapshotViewToPdfFeature::onActionTriggered( bool isChecked )
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
void RicSnapshotViewToPdfFeature::setupActionLook( QAction* actionToSetup )
|
||||
{
|
||||
actionToSetup->setText( "PDF" );
|
||||
|
||||
// TODO : When icon is created, use the text below
|
||||
// actionToSetup->setText( "Export View To PDF" );
|
||||
// actionToSetup->setIcon( QIcon( ":/SnapShotSave.png" ) );
|
||||
actionToSetup->setText( "Export View To PDF" );
|
||||
actionToSetup->setIcon( QIcon( ":/PdfSave.png" ) );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user