pidgin/plugins/sendbutton.c

changeset 27525
579b9d64b364
parent 24599
6751ffb09daa
child 31294
73607ab89c6f
equal deleted inserted replaced
27524:5f7b7893e096 27525:579b9d64b364
175 "gtksendbutton", /**< id */ 175 "gtksendbutton", /**< id */
176 N_("Send Button"), /**< name */ 176 N_("Send Button"), /**< name */
177 DISPLAY_VERSION, /**< version */ 177 DISPLAY_VERSION, /**< version */
178 N_("Conversation Window Send Button."), /**< summary */ 178 N_("Conversation Window Send Button."), /**< summary */
179 N_("Adds a Send button to the entry area of " 179 N_("Adds a Send button to the entry area of "
180 "the conversation window. Intended for when " 180 "the conversation window. Intended for use "
181 "no physical keyboard is present."), /**< description */ 181 "when no physical keyboard is present."), /**< description */
182 "Etan Reisner <deryni@pidgin.im>", /**< author */ 182 "Etan Reisner <deryni@pidgin.im>", /**< author */
183 PURPLE_WEBSITE, /**< homepage */ 183 PURPLE_WEBSITE, /**< homepage */
184 plugin_load, /**< load */ 184 plugin_load, /**< load */
185 plugin_unload, /**< unload */ 185 plugin_unload, /**< unload */
186 NULL, /**< destroy */ 186 NULL, /**< destroy */

mercurial