talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit 76d37e0ac4cb6a451e44523f76201d7d57d45799
parent b1a697d628595ef353ded83e7af5e8ebde47f56b
Author: Paul <paul@claws-mail.org>
Date:   Fri, 25 Jul 2014 07:37:07 +0100

fix the doubled up mnemonic

Diffstat:
Msrc/mainwindow.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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 */