From 3c46fe343624ad6cfa88fdbe38aea86f46bfbdd8 Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Mon, 3 Feb 2003 13:23:22 +0000 Subject: Add some icons, thanks to jorn to provide them. last api change seem to 2003-02-02 Marco Pesenti Gritti * lib/ephy-stock-icons.c: Add some icons, thanks to jorn to provide them. * embed/EphyWrapper.cpp: last api change seem to have been reverted ?! --- lib/ephy-stock-icons.c | 4 +++- lib/ephy-stock-icons.h | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/ephy-stock-icons.c b/lib/ephy-stock-icons.c index 26b3d7e90..debd960f5 100644 --- a/lib/ephy-stock-icons.c +++ b/lib/ephy-stock-icons.c @@ -39,7 +39,9 @@ ephy_stock_icons_init (void) EPHY_STOCK_HISTORY, EPHY_STOCK_BOOKMARKS, EPHY_STOCK_FULLSCREEN, - EPHY_STOCK_NEW_TAB + EPHY_STOCK_NEW_TAB, + EPHY_STOCK_VIEWSOURCE, + EPHY_STOCK_SEND_LINK }; factory = gtk_icon_factory_new (); diff --git a/lib/ephy-stock-icons.h b/lib/ephy-stock-icons.h index e5d85d19c..8c24fc154 100644 --- a/lib/ephy-stock-icons.h +++ b/lib/ephy-stock-icons.h @@ -29,6 +29,8 @@ G_BEGIN_DECLS #define EPHY_STOCK_BOOKMARKS "epiphany-bookmarks" #define EPHY_STOCK_NEW_TAB "epiphany-new-tab" #define EPHY_STOCK_FULLSCREEN "epiphany-fullscreen" +#define EPHY_STOCK_VIEWSOURCE "epiphany-viewsource" +#define EPHY_STOCK_SEND_LINK "epiphany-send-link" void ephy_stock_icons_init (void); -- cgit v1.2.3