From 58964048b37c52bbb841d7ec9386a75d9bf8fbc7 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 13 Oct 2014 15:43:58 -0500 Subject: Bring filenew, fileopen, fileprint, filequickprint, filesave, filesaveas, fileclose, editclear, editcopy, editcut, editdelete, editpaste, folder_new, and gohome icons into XDG compliance --- certmanager/lib/ui/messagebox.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'certmanager/lib') diff --git a/certmanager/lib/ui/messagebox.cpp b/certmanager/lib/ui/messagebox.cpp index 935084bd6..fa14bfbe3 100644 --- a/certmanager/lib/ui/messagebox.cpp +++ b/certmanager/lib/ui/messagebox.cpp @@ -62,11 +62,11 @@ using namespace GpgME; namespace { static KGuiItem KGuiItem_save() { - return KGuiItem( i18n("&Save to Disk..."), "filesaveas" ); + return KGuiItem( i18n("&Save to Disk..."), "document-save-as" ); } static KGuiItem KGuiItem_copy() { - return KGuiItem( i18n("&Copy to Clipboard"), "editcopy", i18n("Copy Audit Log to Clipboard") ); + return KGuiItem( i18n("&Copy to Clipboard"), "edit-copy", i18n("Copy Audit Log to Clipboard") ); } static KGuiItem KGuiItem_showAuditLog() { -- cgit v1.2.1