]> www.fi.muni.cz Git - evince.git/commitdiff
[ui] Use stock icon for Page Setup
authorNickolay V. Shmyrev <nshmyrev@yandex.ru>
Sun, 3 May 2009 00:30:59 +0000 (04:30 +0400)
committerNickolay V. Shmyrev <nshmyrev@yandex.ru>
Sun, 3 May 2009 00:30:59 +0000 (04:30 +0400)
This stock icon requires GTK+-2.14, so it's fine to use it

shell/ev-window.c

index 4758b18384dcf55a983e22211b974702c8eada00..92f5089d150487e3da417b7c2dfba0fbe9834309 100644 (file)
@@ -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",