| 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 */ |