summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorA. Palsson <[email protected]>2019-09-10 22:06:30 +0700
committerraveit65 <[email protected]>2019-09-10 22:52:55 +0200
commit85a3937fb46eb3183d25ea068f9d752fb22a227a (patch)
treeccada9be41214c76542431b071856ca187453ded
parentfe6a85533ba08ec7ea3f4cee139e10c76363288a (diff)
downloadatril-85a3937fb46eb3183d25ea068f9d752fb22a227a.tar.bz2
atril-85a3937fb46eb3183d25ea068f9d752fb22a227a.tar.xz
Added accelerator 't' for toggling visibility of the toolbar.
-rw-r--r--shell/ev-window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/ev-window.c b/shell/ev-window.c
index 724491ca..9f37769a 100644
--- a/shell/ev-window.c
+++ b/shell/ev-window.c
@@ -6601,7 +6601,7 @@ static const GtkActionEntry entries[] = {
/* Toggle items */
static const GtkToggleActionEntry toggle_entries[] = {
/* View Menu */
- { "ViewToolbar", NULL, N_("_Toolbar"), NULL,
+ { "ViewToolbar", NULL, N_("_Toolbar"), "t",
N_("Show or hide the toolbar"),
G_CALLBACK (ev_window_view_toolbar_cb), TRUE },
{ "ViewSidebar", "gtk-index", N_("Side _Pane"), "F9",