diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2010-07-19 01:40:25 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2010-07-19 02:25:42 +0800 |
commit | 3b0d89ef4157831f617e5b9aaa98b16a5ab23563 (patch) | |
tree | b69f3794e6b847666f72201a0d44f39965d02e54 | |
parent | 138e12ed09d322b9f4ca3892432087e0c8b807ac (diff) | |
download | gsoc2013-evolution-3b0d89ef4157831f617e5b9aaa98b16a5ab23563.tar.gz gsoc2013-evolution-3b0d89ef4157831f617e5b9aaa98b16a5ab23563.tar.zst gsoc2013-evolution-3b0d89ef4157831f617e5b9aaa98b16a5ab23563.zip |
Bug 624677 - Missing keyboard shortcut for "Save as mbox"
-rw-r--r-- | 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 c6871a3801..a1dd5d545f 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) }, |