diff options
author | Timothy Pearson <[email protected]> | 2014-11-24 20:20:56 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2014-11-24 20:20:56 -0600 |
commit | 03953b0d52cbc3164cb75942102ee628442bb711 (patch) | |
tree | 443a83fa58457cfd1e4bf81b544450187f242d5c /ksnapshot | |
parent | 6b16ab02e7114c7d4a924ba8c050a821741bd5a1 (diff) | |
download | tdegraphics-03953b0d52cbc3164cb75942102ee628442bb711.tar.gz tdegraphics-03953b0d52cbc3164cb75942102ee628442bb711.zip |
Fix incorrect icons in ui filesr14.0.0
Diffstat (limited to 'ksnapshot')
-rw-r--r-- | ksnapshot/ksnapshotwidget.ui | 6 |
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 <i>no delay</i> is set, the program will wait for a mouse click b <string>&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 <i>no delay</i> is set, the program will wait for a mouse click b <string>&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 <i>no delay</i> is set, the program will wait for a mouse click b <string>&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> |