pidgin/plugins/xmppconsole.c

branch
release-2.2.3
changeset 20288
5ca925a094e2
parent 19859
71d37b57eff2
child 20289
5c844288fbec
equal deleted inserted replaced
20287:4a25d4144f16 20288:5ca925a094e2
856 NULL, /**< dependencies */ 856 NULL, /**< dependencies */
857 PURPLE_PRIORITY_DEFAULT, /**< priority */ 857 PURPLE_PRIORITY_DEFAULT, /**< priority */
858 858
859 "gtk-xmpp", /**< id */ 859 "gtk-xmpp", /**< id */
860 N_("XMPP Console"), /**< name */ 860 N_("XMPP Console"), /**< name */
861 VERSION, /**< version */ 861 DISPLAY_VERSION, /**< version */
862 /** summary */ 862 /** summary */
863 N_("Send and receive raw XMPP stanzas."), 863 N_("Send and receive raw XMPP stanzas."),
864 /** description */ 864 /** description */
865 N_("This plugin is useful for debbuging XMPP servers or clients."), 865 N_("This plugin is useful for debbuging XMPP servers or clients."),
866 "Sean Egan <seanegan@gmail.com>", /**< author */ 866 "Sean Egan <seanegan@gmail.com>", /**< author */

mercurial