Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorNickolay V. Shmyrev <nshmyrev@yandex.ru>2009-05-03 00:30:59 (GMT)
committer Nickolay V. Shmyrev <nshmyrev@yandex.ru>2009-05-03 00:30:59 (GMT)
commit4a0680e34b63098c3d8b6a48b613958acd3e47a9 (patch)
treeba69ea130871447f8e89c6d1966d425a90edee1e /shell
parent461ab9fcec94601f57b15b3d84d8e05457cf14ad (diff)
[ui] Use stock icon for Page Setup
This stock icon requires GTK+-2.14, so it's fine to use it
Diffstat (limited to 'shell')
-rw-r--r--shell/ev-window.c2
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",