Mercurial > pidgin.yaz
changeset 16837:f2068bc21af7
kill the Help > About star icon
author | Sean Egan <seanegan@gmail.com> |
---|---|
date | Thu, 03 May 2007 18:29:14 +0000 |
parents | 03a95e212939 |
children | c53a70e1cbcd |
files | pidgin/gtkblist.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/pidgin/gtkblist.c Thu May 03 18:27:54 2007 +0000 +++ b/pidgin/gtkblist.c Thu May 03 18:29:14 2007 +0000 @@ -2850,7 +2850,7 @@ { N_("/_Help"), NULL, NULL, 0, "<Branch>", NULL }, { N_("/Help/Online _Help"), "F1", gtk_blist_show_onlinehelp_cb, 0, "<StockItem>", GTK_STOCK_HELP }, { N_("/Help/_Debug Window"), NULL, toggle_debug, 0, "<Item>", NULL }, - { N_("/Help/_About"), NULL, pidgin_dialogs_about, 0, "<StockItem>", PIDGIN_STOCK_ABOUT }, + { N_("/Help/_About"), NULL, pidgin_dialogs_about, 0, "<Item>", NULL }, }; /*********************************************************