aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ephy-stock-icons.h
diff options
context:
space:
mode:
authorLuca Ferretti <elle.uca@libero.it>2007-06-26 23:56:18 +0800
committerLuca Ferretti <lferrett@src.gnome.org>2007-06-26 23:56:18 +0800
commit3fe4549839878cb97d604fde8fdc769f8dd0cf89 (patch)
tree6b6bbc10cafe33457a48cd102482630462b44e5b /lib/ephy-stock-icons.h
parent2290385dc8e655a6bea011aff1dde14f832e07a4 (diff)
downloadgsoc2013-epiphany-3fe4549839878cb97d604fde8fdc769f8dd0cf89.tar
gsoc2013-epiphany-3fe4549839878cb97d604fde8fdc769f8dd0cf89.tar.gz
gsoc2013-epiphany-3fe4549839878cb97d604fde8fdc769f8dd0cf89.tar.bz2
gsoc2013-epiphany-3fe4549839878cb97d604fde8fdc769f8dd0cf89.tar.lz
gsoc2013-epiphany-3fe4549839878cb97d604fde8fdc769f8dd0cf89.tar.xz
gsoc2013-epiphany-3fe4549839878cb97d604fde8fdc769f8dd0cf89.tar.zst
gsoc2013-epiphany-3fe4549839878cb97d604fde8fdc769f8dd0cf89.zip
use "document-page-setup" named icon for STOCK_PRINT_SETUP (now available
2007-06-26 Luca Ferretti <elle.uca@libero.it> * lib/ephy-stock-icons.h: use "document-page-setup" named icon for STOCK_PRINT_SETUP (now available on gnome-icon-theme trunk); add comments to explain icons origin (icon naming spec, custom, deprecated...) svn path=/trunk/; revision=7099
Diffstat (limited to 'lib/ephy-stock-icons.h')
-rw-r--r--lib/ephy-stock-icons.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/ephy-stock-icons.h b/lib/ephy-stock-icons.h
index 40ba96167..133a92e26 100644
--- a/lib/ephy-stock-icons.h
+++ b/lib/ephy-stock-icons.h
@@ -25,6 +25,7 @@ G_BEGIN_DECLS
#define EPHY_STOCK_EPHY "web-browser"
+/* Custom Epiphany named icons */
#define EPHY_STOCK_POPUPS "popup-hidden"
#define EPHY_STOCK_HISTORY "history-view"
#define EPHY_STOCK_BOOKMARK "bookmark-web"
@@ -32,11 +33,14 @@ G_BEGIN_DECLS
#define EPHY_STOCK_ENTRY "location-entry"
#define EPHY_STOCK_DOWNLOAD "download"
+/* Named icons defined in fd.o Icon Naming Spec */
#define STOCK_NEW_TAB "tab-new"
#define STOCK_NEW_WINDOW "window-new"
#define STOCK_SEND_MAIL "mail-forward"
#define STOCK_ADD_BOOKMARK "bookmark-new"
-#define STOCK_PRINT_SETUP "stock_print-setup" /*document-page-setup*/
+#define STOCK_PRINT_SETUP "document-page-setup"
+
+/* Deprecated named icons from g-i-t */
#define STOCK_LOCK_INSECURE "stock_lock-open"
#define STOCK_LOCK_SECURE "stock_lock"
#define STOCK_LOCK_BROKEN "stock_lock-broken"