From: Nickolay V. Shmyrev Date: Sun, 3 May 2009 00:30:59 +0000 (+0400) Subject: [ui] Use stock icon for Page Setup X-Git-Tag: EVINCE_2_27_1~48 X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=commitdiff_plain;h=4a0680e34b63098c3d8b6a48b613958acd3e47a9;p=evince.git [ui] Use stock icon for Page Setup This stock icon requires GTK+-2.14, so it's fine to use it --- diff --git a/shell/ev-window.c b/shell/ev-window.c index 4758b183..92f5089d 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..."), "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..."), "P",