From 425e07cd783bd1093c082b59eef61c1edce0be0a 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/backup.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/backup.cpp') diff --git a/src/backup.cpp b/src/backup.cpp index 75e68c9..12fe895 100644 --- a/src/backup.cpp +++ b/src/backup.cpp @@ -137,7 +137,7 @@ void BackupDialog::moveToAnotherFolder() 0, "" + i18n("The folder %1 is not empty. Do you want to override it?").arg(folder), i18n("Override Folder?"), - KGuiItem(i18n("&Override"), "filesave") + KGuiItem(i18n("&Override"), "document-save") ); if (result == KMessageBox::No) return; @@ -189,7 +189,7 @@ void BackupDialog::backup() "" + i18n("The file %1 already exists. Do you really want to override it?") .arg(KURL(destination).fileName()), i18n("Override File?"), - KGuiItem(i18n("&Override"), "filesave") + KGuiItem(i18n("&Override"), "document-save") ); if (result == KMessageBox::Cancel) return; -- cgit v1.2.3