From 6ae9931c042a26c2b75b729eeeabd74e8519b1c3 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 13 Oct 2014 15:43:42 -0500 Subject: Bring filenew, fileopen, fileprint, filequickprint, filesave, filesaveas, fileclose, editclear, editcopy, editcut, editdelete, editpaste, folder_new, and gohome icons into XDG compliance --- src/gvimagepart/gvimagepart.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gvimagepart/gvimagepart.cpp') 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?"), -- cgit v1.2.1