pidgin/plugins/crazychat/cc_pidgin_plugin.c

changeset 21106
b85fbef13eed
parent 15987
71d668c3d56d
child 31294
73607ab89c6f
equal deleted inserted replaced
21105:74acfc3782f1 21106:b85fbef13eed
142 NULL, /**< dependencies */ 142 NULL, /**< dependencies */
143 PURPLE_PRIORITY_DEFAULT, /**< priority */ 143 PURPLE_PRIORITY_DEFAULT, /**< priority */
144 144
145 CRAZYCHAT_PLUGIN_ID, /**< id */ 145 CRAZYCHAT_PLUGIN_ID, /**< id */
146 N_("Crazychat"), /**< name */ 146 N_("Crazychat"), /**< name */
147 VERSION, /**< version */ 147 DISPLAY_VERSION, /**< version */
148 /** summary */ 148 /** summary */
149 N_("Plugin to establish a Crazychat session."), 149 N_("Plugin to establish a Crazychat session."),
150 /** description */ 150 /** description */
151 N_("Uses Purple to obtain buddy ips to connect for a Crazychat session"), 151 N_("Uses Purple to obtain buddy ips to connect for a Crazychat session"),
152 "\n" 152 "\n"

mercurial