diff pidgin/gtkblist.c @ 29510:a6b08260d631

Break the developer information out into its own dialog. I also bolded a few headings that weren't previously bolded because I think they look better this way. Feel free to debate and tweak.
author John Bailey <rekkanoryo@rekkanoryo.org>
date Sat, 03 Oct 2009 19:18:18 +0000
parents eae4883944ed
children e3206d6da6c7
line wrap: on
line diff
--- a/pidgin/gtkblist.c	Sat Oct 03 18:54:58 2009 +0000
+++ b/pidgin/gtkblist.c	Sat Oct 03 19:18:18 2009 +0000
@@ -3436,7 +3436,8 @@
 	{ "/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 },
+	{ N_("/Help/De_veloper Information"), NULL, pidgin_dialogs_developers, 0, "<Item>", NULL },
+	{ N_("/Help/_Translator Information"), 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 },
 };