aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/ephy-stock-icons.c1
-rw-r--r--lib/ephy-stock-icons.h9
2 files changed, 6 insertions, 4 deletions
diff --git a/lib/ephy-stock-icons.c b/lib/ephy-stock-icons.c
index d509b248e..b6678312a 100644
--- a/lib/ephy-stock-icons.c
+++ b/lib/ephy-stock-icons.c
@@ -42,6 +42,7 @@ ephy_stock_icons_init (void)
STOCK_NEW_TAB,
STOCK_NEW_WINDOW,
STOCK_SEND_MAIL,
+ STOCK_NEW_MAIL,
STOCK_ADD_BOOKMARK,
STOCK_PRINT_SETUP,
};
diff --git a/lib/ephy-stock-icons.h b/lib/ephy-stock-icons.h
index cecd6ab93..f6220d9c9 100644
--- a/lib/ephy-stock-icons.h
+++ b/lib/ephy-stock-icons.h
@@ -23,22 +23,23 @@
G_BEGIN_DECLS
-#define EPHY_STOCK_EPHY "gnome-web-browser"
+#define EPHY_STOCK_EPHY "gnome-web-browser"
/* Custom Epiphany named icons */
-#define EPHY_STOCK_POPUPS "popup-hidden"
+#define EPHY_STOCK_POPUPS "popup-hidden"
#define EPHY_STOCK_HISTORY "history-view"
#define EPHY_STOCK_BOOKMARK "bookmark-web"
#define EPHY_STOCK_BOOKMARKS "bookmark-view"
-#define EPHY_STOCK_ENTRY "location-entry"
+#define EPHY_STOCK_ENTRY "location-entry"
#define STOCK_LOCK_INSECURE "lock-insecure"
#define STOCK_LOCK_SECURE "lock-secure"
-#define STOCK_LOCK_BROKEN "lock-broken"
+#define STOCK_LOCK_BROKEN "lock-broken"
/* 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_NEW_MAIL "mail-message-new"
#define STOCK_ADD_BOOKMARK "bookmark-new"
#define STOCK_PRINT_SETUP "document-page-setup"
#define STOCK_DOWNLOAD "emblem-downloads"