diff options
author | Marco Pesenti Gritti <marco@gnome.org> | 2004-02-02 06:45:22 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <marco@src.gnome.org> | 2004-02-02 06:45:22 +0800 |
commit | 1617c0c726c160c11707e57ed0af49084b93d5d6 (patch) | |
tree | 0908e2b8a42ba674c4ac73724653d34a2263ec10 | |
parent | 253c2df5c34126431d4b43374793bbba6ced0cf8 (diff) | |
download | gsoc2013-epiphany-1617c0c726c160c11707e57ed0af49084b93d5d6.tar gsoc2013-epiphany-1617c0c726c160c11707e57ed0af49084b93d5d6.tar.gz gsoc2013-epiphany-1617c0c726c160c11707e57ed0af49084b93d5d6.tar.bz2 gsoc2013-epiphany-1617c0c726c160c11707e57ed0af49084b93d5d6.tar.lz gsoc2013-epiphany-1617c0c726c160c11707e57ed0af49084b93d5d6.tar.xz gsoc2013-epiphany-1617c0c726c160c11707e57ed0af49084b93d5d6.tar.zst gsoc2013-epiphany-1617c0c726c160c11707e57ed0af49084b93d5d6.zip |
typo in icon name
2004-02-01 Marco Pesenti Gritti <marco@gnome.org>
* lib/ephy-stock-icons.h:
typo in icon name
-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" |