From 174f077a26f02d4436e84cbc78da047e3c2fbf8c Mon Sep 17 00:00:00 2001 From: Karl Ove Hufthammer Date: Sun, 4 Aug 2019 20:54:43 +0200 Subject: [PATCH] =?UTF-8?q?Use=20better=20icon=20for=20=E2=80=98Close=20do?= =?UTF-8?q?cument=E2=80=99=20action?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- libs/widgetutils/config/kstandardaction_p.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/widgetutils/config/kstandardaction_p.h b/libs/widgetutils/config/kstandardaction_p.h index 3c6adf4e1a..b0e67cb836 100644 --- a/libs/widgetutils/config/kstandardaction_p.h +++ b/libs/widgetutils/config/kstandardaction_p.h @@ -44,7 +44,7 @@ static const KStandardActionInfo g_rgActionInfo[] = { { Save, KStandardShortcut::Save, "file_save", I18N_NOOP("&Save"), I18N_NOOP("Save document"), "document-save" }, { SaveAs, KStandardShortcut::SaveAs, "file_save_as", I18N_NOOP("Save &As..."), I18N_NOOP("Save document under a new name"), "document-save-as" }, { Revert, KStandardShortcut::Revert, "file_revert", I18N_NOOP("Re&vert"), I18N_NOOP("Revert unsaved changes made to document"), "document-revert" }, - { Close, KStandardShortcut::Close, "file_close", I18N_NOOP("&Close"), I18N_NOOP("Close document"), "window-close" }, + { Close, KStandardShortcut::Close, "file_close", I18N_NOOP("&Close"), I18N_NOOP("Close document"), "document-close" }, { Print, KStandardShortcut::Print, "file_print", I18N_NOOP("&Print..."), I18N_NOOP("Print document"), "document-print" }, { PrintPreview, KStandardShortcut::PrintPreview, "file_print_preview", I18N_NOOP("Print Previe&w"), I18N_NOOP("Show a print preview of document"), "document-print-preview" }, { Mail, KStandardShortcut::Mail, "file_mail", I18N_NOOP("&Mail..."), I18N_NOOP("Send document by mail"), "mail-send" }, -- 2.24.1