| 636 G_N_ELEMENTS(entries), NULL); |
636 G_N_ELEMENTS(entries), NULL); |
| 637 |
637 |
| 638 menu = g_menu_new(); |
638 menu = g_menu_new(); |
| 639 g_menu_append(menu, _("XMPP Console"), "console"); |
639 g_menu_append(menu, _("XMPP Console"), "console"); |
| 640 |
640 |
| 641 return pidgin_plugin_info_new( |
641 return purple_plugin_info_new( |
| 642 "id", PLUGIN_ID, |
642 "id", PLUGIN_ID, |
| 643 "name", N_("XMPP Console"), |
643 "name", N_("XMPP Console"), |
| 644 "version", DISPLAY_VERSION, |
644 "version", DISPLAY_VERSION, |
| 645 "category", N_("Protocol utility"), |
645 "category", N_("Protocol utility"), |
| 646 "summary", N_("Send and receive raw XMPP stanzas."), |
646 "summary", N_("Send and receive raw XMPP stanzas."), |