Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/ev-window.c
diff options
context:
space:
mode:
authorNickolay V. Shmyrev <nshmyrev@src.gnome.org>2005-06-05 18:44:05 (GMT)
committer Nickolay V. Shmyrev <nshmyrev@src.gnome.org>2005-06-05 18:44:05 (GMT)
commit123c289b5442279363e5961b8ffbe3ca37701e87 (patch)
tree01dfa4b3ae9e3869461324379d7a025a8b4146cc /shell/ev-window.c
parentc53c25254090772017a9a1eae05210f4d7d3da2c (diff)
second part of commit
Diffstat (limited to 'shell/ev-window.c')
-rw-r--r--shell/ev-window.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/ev-window.c b/shell/ev-window.c
index 062dc5d..549539e 100644
--- a/shell/ev-window.c
+++ b/shell/ev-window.c
@@ -2500,10 +2500,10 @@ static const GtkToggleActionEntry toggle_entries[] = {
{ "ViewSidebar", NULL, N_("Side _pane"), "F9",
N_("Show or hide the side pane"),
G_CALLBACK (ev_window_view_sidebar_cb), TRUE },
- { "ViewContinuous", NULL, N_("_Continuous"), NULL,
+ { "ViewContinuous", EV_STOCK_VIEW_CONTINUOUS, N_("_Continuous"), NULL,
N_("Show the entire document"),
G_CALLBACK (ev_window_cmd_continuous), TRUE },
- { "ViewDual", NULL, N_("_Dual"), NULL,
+ { "ViewDual", EV_STOCK_VIEW_DUAL, N_("_Dual"), NULL,
N_("Show two pages at once"),
G_CALLBACK (ev_window_cmd_dual), FALSE },
{ "ViewFullscreen", NULL, N_("_Fullscreen"), "F11",