# HG changeset patch # User Sean Egan # Date 1178216954 0 # Node ID f2068bc21af70448a3ac937fde73b9cdea591daf # Parent 03a95e2129391e1ecbbfc42c39fc82632d10edb3 kill the Help > About star icon diff -r 03a95e212939 -r f2068bc21af7 pidgin/gtkblist.c --- 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, "", NULL }, { N_("/Help/Online _Help"), "F1", gtk_blist_show_onlinehelp_cb, 0, "", GTK_STOCK_HELP }, { N_("/Help/_Debug Window"), NULL, toggle_debug, 0, "", NULL }, - { N_("/Help/_About"), NULL, pidgin_dialogs_about, 0, "", PIDGIN_STOCK_ABOUT }, + { N_("/Help/_About"), NULL, pidgin_dialogs_about, 0, "", NULL }, }; /*********************************************************