diff options
Diffstat (limited to 'src/gvimagepart/gvimagepart.cpp')
-rw-r--r-- | src/gvimagepart/gvimagepart.cpp | 2 |
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?"), |