From bffb52f21bdd41a31e497bb017e085435e4aa31f Mon Sep 17 00:00:00 2001 From: Peter Anthony Harvey Date: Mon, 16 Jan 2006 22:25:16 +0000 Subject: Added stock_bookmark as one of our stock icons. --- lib/ephy-stock-icons.c | 1 + lib/ephy-stock-icons.h | 1 + 2 files changed, 2 insertions(+) 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" -- cgit v1.2.3