diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | lib/ephy-stock-icons.h | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -1,3 +1,9 @@ +2004-02-01 Marco Pesenti Gritti <marco@gnome.org> + + * lib/ephy-stock-icons.h: + + typo in icon name + 2004-02-01 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/ContentHandler: diff --git a/lib/ephy-stock-icons.h b/lib/ephy-stock-icons.h index dcf01e279..ab809215f 100644 --- a/lib/ephy-stock-icons.h +++ b/lib/ephy-stock-icons.h @@ -33,7 +33,7 @@ G_BEGIN_DECLS #define STOCK_NEW_TAB "stock_new-tab" #define STOCK_FULLSCREEN "stock_fullscreen" #define STOCK_VIEW_SOURCE "stock_view-html-source" -#define STOCK_SEND_MAIL "stock_mail_send" +#define STOCK_SEND_MAIL "stock_mail-send" #define STOCK_ADD_BOOKMARK "stock_add-bookmark" #define STOCK_PRINT_SETUP "stock_print-setup" |