[Commits] [SCM] claws branch, master, updated. 3.13.2-72-g79d63f0
ticho at claws-mail.org
ticho at claws-mail.org
Sat Mar 19 11:09:35 CET 2016
The branch, master has been updated
via 79d63f051b8d9e160cca1dd400bc8a12e43ca0f4 (commit)
from 0a7b4563cce30d0274ac3d20742411706f8d2fca (commit)
Summary of changes:
src/mainwindow.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit 79d63f051b8d9e160cca1dd400bc8a12e43ca0f4
Author: Andrej Kacian <ticho at claws-mail.org>
Date: Sat Mar 19 11:09:18 2016 +0100
Change default show/hide shortcut to Ctrl+F12.
diff --git a/src/mainwindow.c b/src/mainwindow.c
index 3df0949..06be7d7 100644
--- a/src/mainwindow.c
+++ b/src/mainwindow.c
@@ -815,7 +815,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_("Men_ubar"), "F12", NULL, G_CALLBACK(toggle_menubar_cb) }, /* toggle */
+ {"View/ShowHide/MenuBar", NULL, N_("Men_ubar"), "<control>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