[evolution/gnome-2-30] Bug 624677 - Missing keyboard shortcut for "Save as mbox"



commit 3b0d89ef4157831f617e5b9aaa98b16a5ab23563
Author: Matthew Barnes <mbarnes redhat com>
Date:   Sun Jul 18 13:40:25 2010 -0400

    Bug 624677 - Missing keyboard shortcut for "Save as mbox"

 mail/e-mail-reader.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/mail/e-mail-reader.c b/mail/e-mail-reader.c
index c6871a3..a1dd5d5 100644
--- a/mail/e-mail-reader.c
+++ b/mail/e-mail-reader.c
@@ -1436,7 +1436,7 @@ static GtkActionEntry mail_reader_entries[] = {
 	{ "mail-save-as",
 	  GTK_STOCK_SAVE_AS,
 	  N_("_Save as mbox..."),
-	  NULL,
+	  "<Control>s",
 	  N_("Save selected messages as an mbox file"),
 	  G_CALLBACK (action_mail_save_as_cb) },
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]