Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorNickolay V. Shmyrev <nshmyrev@src.gnome.org>2007-07-02 15:49:11 (GMT)
committer Nickolay V. Shmyrev <nshmyrev@src.gnome.org>2007-07-02 15:49:11 (GMT)
commit77da2add741e9745821284c52a46d57837ba07ed (patch)
treef55d07e2189e90cfc3d0d09909c8e85ceaae8a95 /shell
parentf3c22cad30e8ec3ed2f56dcc3711ac165fda3048 (diff)
2007-07-02 Nickolay V. Shmyrev <nshmyrev@yandex.ru
* data/evince-toolbar.xml: * shell/ev-window.c: Let user add a presentation and fullscreen icons on toolbar. See bug #449734. svn path=/trunk/; revision=2538
Diffstat (limited to 'shell')
-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 7e7d94c..dec6bd6 100644
--- a/shell/ev-window.c
+++ b/shell/ev-window.c
@@ -4434,10 +4434,10 @@ static const GtkToggleActionEntry toggle_entries[] = {
{ "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",
+ { "ViewFullscreen", GTK_STOCK_FULLSCREEN, N_("_Fullscreen"), "F11",
N_("Expand the window to fill the screen"),
G_CALLBACK (ev_window_cmd_view_fullscreen) },
- { "ViewPresentation", NULL, N_("_Presentation"), "F5",
+ { "ViewPresentation", EV_STOCK_RUN_PRESENTATION, N_("_Presentation"), "F5",
N_("Run document as a presentation"),
G_CALLBACK (ev_window_cmd_view_presentation) },
{ "ViewBestFit", EV_STOCK_ZOOM_PAGE, N_("_Best Fit"), NULL,