diff options
author | Chidambar Zinnoury <illogict@online.fr> | 2008-10-20 07:52:22 +0000 |
---|---|---|
committer | Chidambar Zinnoury <illogict@online.fr> | 2008-10-20 07:52:22 +0000 |
commit | 57c6606f50df25194d5419d5e7ddbb6bb29440d9 (patch) | |
tree | 63a8db20bf37b3f7865a667d4e3358fb4a710a4e /src | |
parent | f65154566509201a85b96befda47fbab89634c03 (diff) | |
download | enlightenment-57c6606f50df25194d5419d5e7ddbb6bb29440d9.tar.gz |
We may want to use the about icon for the about menu item.
SVN revision: 36839
Diffstat (limited to 'src')
-rw-r--r-- | src/bin/e_int_menus.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/e_int_menus.c b/src/bin/e_int_menus.c index 123ceaf92f..b3796c6622 100644 --- a/src/bin/e_int_menus.c +++ b/src/bin/e_int_menus.c @@ -173,7 +173,7 @@ e_int_menus_main_new(void) mi = e_menu_item_new(subm); e_menu_item_label_set(mi, _("About")); - e_util_menu_item_edje_icon_set(mi, "enlightenment/e"); + e_util_menu_item_edje_icon_set(mi, "enlightenment/about"); e_menu_item_callback_set(mi, _e_int_menus_main_about, NULL); mi = e_menu_item_new(subm); |