aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ephy-stock-icons.h
diff options
context:
space:
mode:
authorDavid Bordoley <bordoley@msu.edu>2003-05-20 03:46:35 +0800
committerDave Bordoley <Bordoley@src.gnome.org>2003-05-20 03:46:35 +0800
commite47814bfadf34a954531ebbb61a45c4730ccc4d5 (patch)
tree79b9436dff1659c60486df5249a6636c9d111599 /lib/ephy-stock-icons.h
parent5a4aa1c8bb9ff82dffd8ce0c435720c460fc782c (diff)
downloadgsoc2013-epiphany-e47814bfadf34a954531ebbb61a45c4730ccc4d5.tar
gsoc2013-epiphany-e47814bfadf34a954531ebbb61a45c4730ccc4d5.tar.gz
gsoc2013-epiphany-e47814bfadf34a954531ebbb61a45c4730ccc4d5.tar.bz2
gsoc2013-epiphany-e47814bfadf34a954531ebbb61a45c4730ccc4d5.tar.lz
gsoc2013-epiphany-e47814bfadf34a954531ebbb61a45c4730ccc4d5.tar.xz
gsoc2013-epiphany-e47814bfadf34a954531ebbb61a45c4730ccc4d5.tar.zst
gsoc2013-epiphany-e47814bfadf34a954531ebbb61a45c4730ccc4d5.zip
Use stock icons instead of the files directly to set window border icons.
2003-05-19 David Bordoley <bordoley@msu.edu> * embed/downloader-view.c: (downloader_view_build_ui): * lib/ephy-stock-icons.c: (ephy_stock_icons_init): * lib/ephy-stock-icons.h: * src/ephy-history-window.c: (ephy_history_window_construct): * src/bookmarks/ephy-bookmarks-editor.c: (ephy_bookmarks_editor_construct): Use stock icons instead of the files directly to set window border icons.
Diffstat (limited to 'lib/ephy-stock-icons.h')
-rw-r--r--lib/ephy-stock-icons.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/ephy-stock-icons.h b/lib/ephy-stock-icons.h
index e7b803831..85b878dc7 100644
--- a/lib/ephy-stock-icons.h
+++ b/lib/ephy-stock-icons.h
@@ -27,12 +27,13 @@ G_BEGIN_DECLS
#define EPHY_STOCK_UNSECURE "epiphany-unsecure"
#define EPHY_STOCK_HISTORY "epiphany-history"
#define EPHY_STOCK_BOOKMARKS "epiphany-bookmarks"
-#define EPHY_STOCK_BOOKMARK_PAGE "epiphany-bookmark-page"
+#define EPHY_STOCK_BOOKMARK_PAGE "epiphany-bookmark-page"
#define EPHY_STOCK_NEW_TAB "epiphany-new-tab"
#define EPHY_STOCK_FULLSCREEN "epiphany-fullscreen"
#define EPHY_STOCK_VIEWSOURCE "epiphany-viewsource"
#define EPHY_STOCK_SEND_LINK "epiphany-send-link"
-#define EPHY_STOCK_ENTRY "epiphany-entry"
+#define EPHY_STOCK_ENTRY "epiphany-entry"
+#define EPHY_STOCK_DOWNLOAD "epiphany-download"
void ephy_stock_icons_init (void);