comparison pidgin/gtkblist.c @ 31730:4bdf4e5e6d67

Add a plugin information dialog that shows information for all plugins, even hidden plugins, loader plugins, and protocol plugins.
author John Bailey <rekkanoryo@rekkanoryo.org>
date Sat, 09 Jul 2011 22:27:13 +0000
parents e2c6e4fc3c84
children 67f8717477ea 0d8e718cdb64
comparison
equal deleted inserted replaced
31729:8e1b248adc55 31730:4bdf4e5e6d67
3645 { N_("/Help/Online _Help"), "F1", gtk_blist_show_onlinehelp_cb, 0, "<StockItem>", GTK_STOCK_HELP }, 3645 { N_("/Help/Online _Help"), "F1", gtk_blist_show_onlinehelp_cb, 0, "<StockItem>", GTK_STOCK_HELP },
3646 { "/Help/sep1", NULL, NULL, 0, "<Separator>", NULL }, 3646 { "/Help/sep1", NULL, NULL, 0, "<Separator>", NULL },
3647 { N_("/Help/_Build Information"), NULL, pidgin_dialogs_buildinfo, 0, "<Item>", NULL }, 3647 { N_("/Help/_Build Information"), NULL, pidgin_dialogs_buildinfo, 0, "<Item>", NULL },
3648 { N_("/Help/_Debug Window"), NULL, toggle_debug, 0, "<Item>", NULL }, 3648 { N_("/Help/_Debug Window"), NULL, toggle_debug, 0, "<Item>", NULL },
3649 { N_("/Help/De_veloper Information"), NULL, pidgin_dialogs_developers, 0, "<Item>", NULL }, 3649 { N_("/Help/De_veloper Information"), NULL, pidgin_dialogs_developers, 0, "<Item>", NULL },
3650 { N_("/Help/_Plugin Information"), NULL, pidgin_dialogs_plugins_info, 0, "<Item>", NULL },
3650 { N_("/Help/_Translator Information"), NULL, pidgin_dialogs_translators, 0, "<Item>", NULL }, 3651 { N_("/Help/_Translator Information"), NULL, pidgin_dialogs_translators, 0, "<Item>", NULL },
3651 { "/Help/sep2", NULL, NULL, 0, "<Separator>", NULL }, 3652 { "/Help/sep2", NULL, NULL, 0, "<Separator>", NULL },
3652 { N_("/Help/_About"), NULL, pidgin_dialogs_about, 4, "<StockItem>", GTK_STOCK_ABOUT }, 3653 { N_("/Help/_About"), NULL, pidgin_dialogs_about, 4, "<StockItem>", GTK_STOCK_ABOUT },
3653 }; 3654 };
3654 3655