From 4a0680e34b63098c3d8b6a48b613958acd3e47a9 Mon Sep 17 00:00:00 2001 From: "Nickolay V. Shmyrev" Date: Sun, 3 May 2009 04:30:59 +0400 Subject: [PATCH] [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 file changed, 1 insertion(+), 1 deletion(-) 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", -- 2.43.5