Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
Diffstat (limited to 'shell')
-rw-r--r--shell/ev-window.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/shell/ev-window.c b/shell/ev-window.c
index 4f7bab4..23798bf 100644
--- a/shell/ev-window.c
+++ b/shell/ev-window.c
@@ -1651,8 +1651,10 @@ set_action_properties (GtkActionGroup *action_group)
action = gtk_action_group_get_action (action_group, "GoPreviousPage");
/*translators: this is the label for toolbar button*/
g_object_set (action, "short_label", _("Previous"), NULL);
+ g_object_set (action, "is-important", TRUE, NULL);
action = gtk_action_group_get_action (action_group, "GoNextPage");
/*translators: this is the label for toolbar button*/
+ g_object_set (action, "is-important", TRUE, NULL);
g_object_set (action, "short_label", _("Next"), NULL);
action = gtk_action_group_get_action (action_group, "ViewPageWidth");
/*translators: this is the label for toolbar button*/