diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ephy-stock-icons.c | 2 | ||||
-rw-r--r-- | lib/ephy-stock-icons.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/ephy-stock-icons.c b/lib/ephy-stock-icons.c index 57faf72f1..e09276d8f 100644 --- a/lib/ephy-stock-icons.c +++ b/lib/ephy-stock-icons.c @@ -43,7 +43,6 @@ ephy_stock_icons_init (void) STOCK_NEW_WINDOW, STOCK_SEND_MAIL, STOCK_ADD_BOOKMARK, - STOCK_BOOKMARK, STOCK_PRINT_SETUP, STOCK_LOCK_INSECURE, STOCK_LOCK_SECURE, @@ -54,6 +53,7 @@ ephy_stock_icons_init (void) { { EPHY_STOCK_POPUPS, N_("Popup Windows"), 0, 0, NULL }, { EPHY_STOCK_HISTORY, N_("History"), 0, 0, NULL }, + { EPHY_STOCK_BOOKMARK, N_("Bookmark"), 0, 0, NULL }, { EPHY_STOCK_BOOKMARKS, N_("Bookmarks"), 0, 0, NULL }, { EPHY_STOCK_ENTRY, N_("Address Entry"), 0, 0, NULL }, { EPHY_STOCK_DOWNLOAD, N_("_Download"), 0, 0, NULL } diff --git a/lib/ephy-stock-icons.h b/lib/ephy-stock-icons.h index 030ad1dc9..3e0003040 100644 --- a/lib/ephy-stock-icons.h +++ b/lib/ephy-stock-icons.h @@ -27,6 +27,7 @@ G_BEGIN_DECLS #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_DOWNLOAD "download" @@ -35,7 +36,6 @@ G_BEGIN_DECLS #define STOCK_NEW_WINDOW "window-new" #define STOCK_SEND_MAIL "mail-forward" #define STOCK_ADD_BOOKMARK "bookmark-new" -#define STOCK_BOOKMARK "stock_bookmark" #define STOCK_PRINT_SETUP "stock_print-setup" /*document-page-setup*/ #define STOCK_LOCK_INSECURE "stock_lock-open" #define STOCK_LOCK_SECURE "stock_lock" |