aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/ephy-stock-icons.c1
-rw-r--r--lib/ephy-stock-icons.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/lib/ephy-stock-icons.c b/lib/ephy-stock-icons.c
index 15a88ad52..80fb3a5a2 100644
--- a/lib/ephy-stock-icons.c
+++ b/lib/ephy-stock-icons.c
@@ -43,6 +43,7 @@ ephy_stock_icons_init (void)
STOCK_VIEW_SOURCE,
STOCK_SEND_MAIL,
STOCK_ADD_BOOKMARK,
+ STOCK_BOOKMARK,
STOCK_PRINT_SETUP,
STOCK_LOCK_INSECURE,
STOCK_LOCK_SECURE,
diff --git a/lib/ephy-stock-icons.h b/lib/ephy-stock-icons.h
index d7cee247c..73e74b3e1 100644
--- a/lib/ephy-stock-icons.h
+++ b/lib/ephy-stock-icons.h
@@ -33,6 +33,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_BOOKMARK "stock_bookmark"
#define STOCK_PRINT_SETUP "stock_print-setup"
#define STOCK_LOCK_INSECURE "stock_lock-open"
#define STOCK_LOCK_SECURE "stock_lock"