diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-11-24 20:20:14 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-11-24 20:20:14 -0600 |
commit | 6e726d76aa95e96917ee04f4d0b4893e4bf296dc (patch) | |
tree | d9f663676517ad62da33335be4da1c049d3a1db8 /chalk | |
parent | bf1f72b8ce04f77155db240864e36de1fc40a3df (diff) | |
download | koffice-6e726d76aa95e96917ee04f4d0b4893e4bf296dc.tar.gz koffice-6e726d76aa95e96917ee04f4d0b4893e4bf296dc.zip |
Fix incorrect icons in ui filesr14.0.0
Diffstat (limited to 'chalk')
-rw-r--r-- | chalk/plugins/viewplugins/screenshot/ksnapshotwidget.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chalk/plugins/viewplugins/screenshot/ksnapshotwidget.ui b/chalk/plugins/viewplugins/screenshot/ksnapshotwidget.ui index c243efa8..e231e4a7 100644 --- a/chalk/plugins/viewplugins/screenshot/ksnapshotwidget.ui +++ b/chalk/plugins/viewplugins/screenshot/ksnapshotwidget.ui @@ -60,7 +60,7 @@ The image can be dragged to another application or document to copy the full scr <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> @@ -91,7 +91,7 @@ The image can be dragged to another application or document to copy the full scr <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> |