[evolution] Change shortcut and remove icon for Message->Archive mail menu option
- From: Milan Crha <mcrha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution] Change shortcut and remove icon for Message->Archive mail menu option
- Date: Wed, 22 Oct 2014 10:43:07 +0000 (UTC)
commit ba3c08c7108519658b1d46a49ea3b2a834bc8e79
Author: Milan Crha <mcrha redhat com>
Date: Wed Oct 22 12:40:18 2014 +0200
Change shortcut and remove icon for Message->Archive mail menu option
The previous shortcut clashes with File->New->Appointment. The icon
was removed due to a lack of a better descriptive image and to not
have three almost identical icons beside each other in the menu.
mail/e-mail-reader.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/mail/e-mail-reader.c b/mail/e-mail-reader.c
index 900fe15..c269a50 100644
--- a/mail/e-mail-reader.c
+++ b/mail/e-mail-reader.c
@@ -1971,9 +1971,9 @@ static GtkActionEntry mail_reader_entries[] = {
G_CALLBACK (action_mail_add_sender_cb) },
{ "mail-archive",
- "mail-move",
+ NULL,
N_("_Archive..."),
- "<Shift><Control>a",
+ "<Alt><Control>a",
N_("Move selected messages to the Archive folder for the account"),
G_CALLBACK (action_mail_archive_cb) },
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]