aboutsummaryrefslogtreecommitdiffstats
path: root/lib
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 /lib
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 'lib')
-rw-r--r--lib/ephy-stock-icons.c3
-rw-r--r--lib/ephy-stock-icons.h1
2 files changed, 3 insertions, 1 deletions
diff --git a/lib/ephy-stock-icons.c b/lib/ephy-stock-icons.c
index b88a49788..21d4b170c 100644
--- a/lib/ephy-stock-icons.c
+++ b/lib/ephy-stock-icons.c
@@ -40,7 +40,8 @@ ephy_stock_icons_init (void)
STOCK_FULLSCREEN,
STOCK_VIEW_SOURCE,
STOCK_SEND_MAIL,
- STOCK_ADD_BOOKMARK
+ STOCK_ADD_BOOKMARK,
+ STOCK_PRINT_SETUP
};
static const char *items[] =
diff --git a/lib/ephy-stock-icons.h b/lib/ephy-stock-icons.h
index baac2b0c5..dcf01e279 100644
--- a/lib/ephy-stock-icons.h
+++ b/lib/ephy-stock-icons.h
@@ -35,6 +35,7 @@ G_BEGIN_DECLS
#define STOCK_VIEW_SOURCE "stock_view-html-source"
#define STOCK_SEND_MAIL "stock_mail_send"
#define STOCK_ADD_BOOKMARK "stock_add-bookmark"
+#define STOCK_PRINT_SETUP "stock_print-setup"
void ephy_stock_icons_init (void);