diff --git a/ApplicationCode/Commands/ExportCommands/RicSnapshotViewToPdfFeature.cpp b/ApplicationCode/Commands/ExportCommands/RicSnapshotViewToPdfFeature.cpp
index d3a9b51a83..62b5bc5708 100644
--- a/ApplicationCode/Commands/ExportCommands/RicSnapshotViewToPdfFeature.cpp
+++ b/ApplicationCode/Commands/ExportCommands/RicSnapshotViewToPdfFeature.cpp
@@ -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" ) );
}
diff --git a/ApplicationCode/Resources/PdfSave.png b/ApplicationCode/Resources/PdfSave.png
new file mode 100644
index 0000000000..8618289566
Binary files /dev/null and b/ApplicationCode/Resources/PdfSave.png differ
diff --git a/ApplicationCode/Resources/PdfSave.xcf b/ApplicationCode/Resources/PdfSave.xcf
new file mode 100644
index 0000000000..7e851f9de9
Binary files /dev/null and b/ApplicationCode/Resources/PdfSave.xcf differ
diff --git a/ApplicationCode/Resources/ResInsight.qrc b/ApplicationCode/Resources/ResInsight.qrc
index 538999f889..de7d80d020 100644
--- a/ApplicationCode/Resources/ResInsight.qrc
+++ b/ApplicationCode/Resources/ResInsight.qrc
@@ -90,6 +90,7 @@
ObservedRFTDataFile16x16.png
ObservedRSMDataFile16x16.png
OctaveScriptFile16x16.png
+ PdfSave.png
Parallel24x24.png
PerforationInterval16x16.png
PerforationIntervals16x16.png