summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-11-24 20:20:56 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-11-24 20:20:56 -0600
commit03953b0d52cbc3164cb75942102ee628442bb711 (patch)
tree443a83fa58457cfd1e4bf81b544450187f242d5c
parent6b16ab02e7114c7d4a924ba8c050a821741bd5a1 (diff)
downloadtdegraphics-03953b0d52cbc3164cb75942102ee628442bb711.tar.gz
tdegraphics-03953b0d52cbc3164cb75942102ee628442bb711.zip
Fix incorrect icons in ui filesr14.0.0
-rw-r--r--ksnapshot/ksnapshotwidget.ui6
1 files changed, 3 insertions, 3 deletions
diff --git a/ksnapshot/ksnapshotwidget.ui b/ksnapshot/ksnapshotwidget.ui
index 10082ab6..4d94d5e5 100644
--- a/ksnapshot/ksnapshotwidget.ui
+++ b/ksnapshot/ksnapshotwidget.ui
@@ -208,7 +208,7 @@ If &lt;i&gt;no delay&lt;/i&gt; is set, the program will wait for a mouse click b
<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>
@@ -222,7 +222,7 @@ If &lt;i&gt;no delay&lt;/i&gt; is set, the program will wait for a mouse click b
<string>&amp;Copy to Clipboard</string>
</property>
<property name="iconSet">
- <iconset>"editcopy"</iconset>
+ <iconset>"edit-copy"</iconset>
</property>
<property name="whatsThis" stdset="0">
<string>Click this button to copy the current snapshot to the clipboard.</string>
@@ -236,7 +236,7 @@ If &lt;i&gt;no delay&lt;/i&gt; is set, the program will wait for a mouse click b
<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>