summaryrefslogtreecommitdiffstats
path: root/src/gvimagepart
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-13 15:43:42 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-13 15:43:42 -0500
commit6ae9931c042a26c2b75b729eeeabd74e8519b1c3 (patch)
tree9033709c03f7e2da7aae986452133bf8132c327f /src/gvimagepart
parent3118190af4a61e2af2f6f2b6e75d82b3a0a4e22b (diff)
downloadgwenview-6ae9931c042a26c2b75b729eeeabd74e8519b1c3.tar.gz
gwenview-6ae9931c042a26c2b75b729eeeabd74e8519b1c3.zip
Bring filenew, fileopen, fileprint, filequickprint, filesave, filesaveas, fileclose, editclear, editcopy, editcut, editdelete, editpaste, folder_new, and gohome icons into XDG compliance
Diffstat (limited to 'src/gvimagepart')
-rw-r--r--src/gvimagepart/gvimagepart.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gvimagepart/gvimagepart.cpp b/src/gvimagepart/gvimagepart.cpp
index 4dd45bf..91ec7a0 100644
--- a/src/gvimagepart/gvimagepart.cpp
+++ b/src/gvimagepart/gvimagepart.cpp
@@ -316,7 +316,7 @@ void GVImagePart::saveAs() {
return;
}
- KGuiItem saveItem(i18n("&Save Original"), "filesaveas");
+ KGuiItem saveItem(i18n("&Save Original"), "document-save-as");
int result = KMessageBox::warningContinueCancel(
widget(),
i18n("Gwenview KPart can't save the modifications you made. Do you want to save the original image?"),