From 4a0680e34b63098c3d8b6a48b613958acd3e47a9 Mon Sep 17 00:00:00 2001 From: Nickolay V. Shmyrev Date: Sun, 03 May 2009 00:30:59 +0000 Subject: [ui] Use stock icon for Page Setup This stock icon requires GTK+-2.14, so it's fine to use it --- (limited to 'shell') 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..."), "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", -- cgit v0.9.1