From 77da2add741e9745821284c52a46d57837ba07ed Mon Sep 17 00:00:00 2001 From: "Nickolay V. Shmyrev" Date: Mon, 2 Jul 2007 15:49:11 +0000 Subject: [PATCH] 2007-07-02 Nickolay V. Shmyrev * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: diff --git a/data/evince-toolbar.xml b/data/evince-toolbar.xml index 3def58a4..71b06390 100644 --- a/data/evince-toolbar.xml +++ b/data/evince-toolbar.xml @@ -12,6 +12,8 @@ + + diff --git a/shell/ev-window.c b/shell/ev-window.c index 7e7d94ca..dec6bd6a 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, -- 2.43.0