Branch: master

6e726d76 2014-11-24 20:20:14 Timothy Pearson
Fix incorrect icons in ui files
M chalk/plugins/viewplugins/screenshot/ksnapshotwidget.ui
diff --git a/chalk/plugins/viewplugins/screenshot/ksnapshotwidget.ui b/chalk/plugins/viewplugins/screenshot/ksnapshotwidget.ui
index c243efa..e231e4a 100644
--- a/chalk/plugins/viewplugins/screenshot/ksnapshotwidget.ui
+++ b/chalk/plugins/viewplugins/screenshot/ksnapshotwidget.ui
@@ -60,7 +60,7 @@
                 <string>&amp;Save As...</string>
             </property>
             <property name="iconSet">
-                <iconset>"filesave"</iconset>
+                <iconset>"document-save"</iconset>
             </property>
             <property name="whatsThis" stdset="0">
                 <string>Click this button to save the current snapshot. To quickly save the snapshot without showing the file dialog, press Ctrl+Shift+S. The filename is automatically incremented after each save.</string>
@@ -91,7 +91,7 @@
                 <string>&amp;Print...</string>
             </property>
             <property name="iconSet">
-                <iconset>"fileprint"</iconset>
+                <iconset>"document-print"</iconset>
             </property>
             <property name="whatsThis" stdset="0">
                 <string>Click this button to print the current screenshot.</string>