[evince] [ui] Use stock icon for Page Setup



commit 4a0680e34b63098c3d8b6a48b613958acd3e47a9
Author: Nickolay V. Shmyrev <nshmyrev yandex ru>
Date:   Sun May 3 04:30:59 2009 +0400

    [ui] Use stock icon for Page Setup
    
    This stock icon requires GTK+-2.14, so it's fine to use it
---
 shell/ev-window.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/shell/ev-window.c b/shell/ev-window.c
index 4758b18..92f5089 100644
--- a/shell/ev-window.c
+++ b/shell/ev-window.c
@@ -4770,7 +4770,7 @@ static const GtkActionEntry entries[] = {
        	{ "FileSaveAs", GTK_STOCK_SAVE_AS, N_("_Save a Copy..."), "<control>S",
 	  N_("Save a copy of the current document"),
 	  G_CALLBACK (ev_window_cmd_save_as) },
-	{ "FilePageSetup", NULL, N_("Page Set_up..."), NULL,
+	{ "FilePageSetup", GTK_STOCK_PAGE_SETUP, N_("Page Set_up..."), NULL,
 	  N_("Setup the page settings for printing"),
 	  G_CALLBACK (ev_window_cmd_file_print_setup) },
 	{ "FilePrint", GTK_STOCK_PRINT, N_("_Print..."), "<control>P",



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]