[gnome-terminal] accels: Use correct action name to set menubar visibility
- From: Christian Persch <chpe src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-terminal] accels: Use correct action name to set menubar visibility
- Date: Wed, 12 Sep 2018 11:54:27 +0000 (UTC)
commit 4b77237463e3cde75aed55fecacc0208e1f21dd9
Author: Christian Persch <chpe src gnome org>
Date: Tue Sep 11 18:10:51 2018 +0200
accels: Use correct action name to set menubar visibility
https://gitlab.gnome.org/GNOME/gnome-terminal/issues/33
src/terminal-accels.c | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/src/terminal-accels.c b/src/terminal-accels.c
index a7d9527c..e412180f 100644
--- a/src/terminal-accels.c
+++ b/src/terminal-accels.c
@@ -152,11 +152,11 @@ static KeyEntry search_entries[] = {
};
static KeyEntry view_entries[] = {
- ENTRY (N_("Hide and Show Menubar"), KEY_TOGGLE_MENUBAR, "show-menubar", NULL, NULL),
- ENTRY (N_("Full Screen"), KEY_FULL_SCREEN, "fullscreen", NULL, NULL),
- ENTRY (N_("Zoom In"), KEY_ZOOM_IN, "zoom-in", NULL, NULL),
- ENTRY (N_("Zoom Out"), KEY_ZOOM_OUT, "zoom-out", NULL, NULL),
- ENTRY (N_("Normal Size"), KEY_ZOOM_NORMAL, "zoom-normal", NULL, NULL)
+ ENTRY (N_("Hide and Show Menubar"), KEY_TOGGLE_MENUBAR, "menubar-visible", NULL, NULL),
+ ENTRY (N_("Full Screen"), KEY_FULL_SCREEN, "fullscreen", NULL, NULL),
+ ENTRY (N_("Zoom In"), KEY_ZOOM_IN, "zoom-in", NULL, NULL),
+ ENTRY (N_("Zoom Out"), KEY_ZOOM_OUT, "zoom-out", NULL, NULL),
+ ENTRY (N_("Normal Size"), KEY_ZOOM_NORMAL, "zoom-normal", NULL, NULL)
};
static KeyEntry terminal_entries[] = {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]