[Commits] [SCM] claws branch, master, updated. 3.10.1-130-g76d37e0
claws at claws-mail.org
claws at claws-mail.org
Fri Jul 25 08:37:14 CEST 2014
The branch, master has been updated
via 76d37e0ac4cb6a451e44523f76201d7d57d45799 (commit)
from b1a697d628595ef353ded83e7af5e8ebde47f56b (commit)
Summary of changes:
src/mainwindow.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit 76d37e0ac4cb6a451e44523f76201d7d57d45799
Author: Paul <paul at claws-mail.org>
Date: Fri Jul 25 07:37:07 2014 +0100
fix the doubled up mnemonic
diff --git a/src/mainwindow.c b/src/mainwindow.c
index 5004852..0e614b7 100644
--- a/src/mainwindow.c
+++ b/src/mainwindow.c
@@ -805,7 +805,7 @@ static GtkActionEntry mainwin_entries[] =
static GtkToggleActionEntry mainwin_toggle_entries[] = {
{"File/OfflineMode", NULL, N_("Offline _mode"), "<control>W", NULL, G_CALLBACK(toggle_work_offline_cb) }, /*toggle*/
- {"View/ShowHide/MenuBar", NULL, N_("_Menubar"), "F12", NULL, G_CALLBACK(toggle_menubar_cb) }, /* toggle */
+ {"View/ShowHide/MenuBar", NULL, N_("Men_ubar"), "F12", NULL, G_CALLBACK(toggle_menubar_cb) }, /* toggle */
{"View/ShowHide/MessageView", NULL, N_("_Message view"), "V", NULL, G_CALLBACK(toggle_message_cb) }, /* toggle */
#ifndef GENERIC_UMPC
{"View/ShowHide/StatusBar", NULL, N_("Status _bar"), NULL, NULL, G_CALLBACK(toggle_statusbar_cb) }, /* toggle */
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list