summaryrefslogtreecommitdiff
path: root/shell/ev-window.c
diff options
context:
space:
mode:
authormonsta <[email protected]>2015-12-04 14:46:01 +0300
committermonsta <[email protected]>2015-12-04 14:46:01 +0300
commit1ce107771b1cdc77ffe80a61d63a509d42c70e1a (patch)
treebad065193e2be5e5d36bab31d88d55df3c6a28c6 /shell/ev-window.c
parentf751b7701703f2a1c77e0eeb3935f9ffe4619f23 (diff)
downloadatril-1ce107771b1cdc77ffe80a61d63a509d42c70e1a.tar.bz2
atril-1ce107771b1cdc77ffe80a61d63a509d42c70e1a.tar.xz
shell: Use GTK_STOCK_GO_BACK for the history button
from https://git.gnome.org/browse/evince/commit/?id=b736348acea926817f25273cf94001a7ef5d547f
Diffstat (limited to 'shell/ev-window.c')
-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 5adbf63e..05505a34 100644
--- a/shell/ev-window.c
+++ b/shell/ev-window.c
@@ -6341,7 +6341,7 @@ register_custom_actions (EvWindow *window, GtkActionGroup *group)
"label", _("Navigation"),
"is_important", TRUE,
"short_label", _("Back"),
- "stock_id", GTK_STOCK_GO_DOWN,
+ "stock_id", GTK_STOCK_GO_BACK,
/*translators: this is the history action*/
"tooltip", _("Move across visited pages"),
NULL);