+2005-02-09 Vincent Noel <vnoel@cox.net>
+
+ * shell/ev-window.c: (set_action_properties): Set the "Previous"
+ and "Next" toolbar buttons as important to make them stand out.
+
2005-02-09 Marco Pesenti Gritti <marco@gnome.org>
* lib/ev-debug.c:
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*/