aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2003-12-14 06:04:03 +0800
committerChristian Persch <chpe@src.gnome.org>2003-12-14 06:04:03 +0800
commit0dfeadba7950238d8f31b8a7fd1135e014d133b3 (patch)
treee456e492e9714ef9e2ee89ce8972295ae3aabfe4 /src
parent28d91fc5baa0120da19eb59513c9118898ee2396 (diff)
downloadgsoc2013-epiphany-0dfeadba7950238d8f31b8a7fd1135e014d133b3.tar
gsoc2013-epiphany-0dfeadba7950238d8f31b8a7fd1135e014d133b3.tar.gz
gsoc2013-epiphany-0dfeadba7950238d8f31b8a7fd1135e014d133b3.tar.bz2
gsoc2013-epiphany-0dfeadba7950238d8f31b8a7fd1135e014d133b3.tar.lz
gsoc2013-epiphany-0dfeadba7950238d8f31b8a7fd1135e014d133b3.tar.xz
gsoc2013-epiphany-0dfeadba7950238d8f31b8a7fd1135e014d133b3.tar.zst
gsoc2013-epiphany-0dfeadba7950238d8f31b8a7fd1135e014d133b3.zip
Use stock icon for print setup.
2003-12-13 Christian Persch <chpe@cvs.gnome.org> * embed/print-dialog.c: (ephy_print_setup_dialog_new): * lib/ephy-stock-icons.c: (ephy_stock_icons_init): * lib/ephy-stock-icons.h: * src/ephy-window.c: Use stock icon for print setup.
Diffstat (limited to 'src')
-rw-r--r--src/ephy-window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ephy-window.c b/src/ephy-window.c
index f4054ffb3..1a9289150 100644
--- a/src/ephy-window.c
+++ b/src/ephy-window.c
@@ -92,7 +92,7 @@ static GtkActionEntry ephy_menu_entries [] = {
{ "FileSaveAs", GTK_STOCK_SAVE_AS, N_("Save _As..."), "<shift><control>S",
N_("Save the current page"),
G_CALLBACK (window_cmd_file_save_as) },
- { "FilePrintSetup", NULL, N_("Print Set_up..."), NULL,
+ { "FilePrintSetup", STOCK_PRINT_SETUP, N_("Print Set_up..."), NULL,
N_("Setup the page settings for printing"),
G_CALLBACK (window_cmd_file_print_setup) },
{ "FilePrintPreview", GTK_STOCK_PRINT_PREVIEW, N_("Print Pre_view"),"<control><shift>P",