diff pidgin/gtkblist.c @ 29507:eae4883944ed

Split the "Debugging Information" and translator info into "Build Information" and "Translator Information" dialogs, respectively. The About dialog is MUCH shorter and less overwhelming now.
author John Bailey <rekkanoryo@rekkanoryo.org>
date Sat, 03 Oct 2009 18:05:08 +0000
parents 6e9917e067e6
children a6b08260d631
line wrap: on
line diff
--- a/pidgin/gtkblist.c	Sat Oct 03 17:49:39 2009 +0000
+++ b/pidgin/gtkblist.c	Sat Oct 03 18:05:08 2009 +0000
@@ -3433,7 +3433,11 @@
 	/* Help */
 	{ N_("/_Help"), NULL, NULL, 0, "<Branch>", NULL },
 	{ N_("/Help/Online _Help"), "F1", gtk_blist_show_onlinehelp_cb, 0, "<StockItem>", GTK_STOCK_HELP },
+	{ "/Help/sep1", NULL, NULL, 0, "<Separator>", NULL },
+	{ N_("/Help/_Build Information"), NULL, pidgin_dialogs_buildinfo, 0, "<Item>", NULL },
 	{ N_("/Help/_Debug Window"), NULL, toggle_debug, 0, "<Item>", NULL },
+	{ N_("/Help/_Translators"), NULL, pidgin_dialogs_translators, 0, "<Item>", NULL },
+	{ "/Help/sep2", NULL, NULL, 0, "<Separator>", NULL },
 	{ N_("/Help/_About"), NULL, pidgin_dialogs_about, 4,  "<StockItem>", GTK_STOCK_ABOUT },
 };