From 3fe4549839878cb97d604fde8fdc769f8dd0cf89 Mon Sep 17 00:00:00 2001 From: Luca Ferretti Date: Tue, 26 Jun 2007 15:56:18 +0000 Subject: use "document-page-setup" named icon for STOCK_PRINT_SETUP (now available 2007-06-26 Luca Ferretti * 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 --- lib/ephy-stock-icons.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'lib') 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" -- cgit