| 250 { |
250 { |
| 251 desc.api_version = PLUGIN_API_VERSION; |
251 desc.api_version = PLUGIN_API_VERSION; |
| 252 desc.name = g_strdup(_("Mouse Gestures")); |
252 desc.name = g_strdup(_("Mouse Gestures")); |
| 253 desc.version = g_strdup(VERSION); |
253 desc.version = g_strdup(VERSION); |
| 254 desc.description = g_strdup( |
254 desc.description = g_strdup( |
| 255 _("Allows support for mouse gestures in conversation windows.\n\n" |
255 _("Allows support for mouse gestures in conversation windows.\n" |
| |
256 "Drag the middle mouse button to perform certain actions:\n\n" |
| 256 "Drag down and then to the right to close a conversation.\n" |
257 "Drag down and then to the right to close a conversation.\n" |
| 257 "Drag up and then to the left to switch to the previous " |
258 "Drag up and then to the left to switch to the previous " |
| 258 "conversation.\n" |
259 "conversation.\n" |
| 259 "Drag up and then to the right to switch to the next " |
260 "Drag up and then to the right to switch to the next " |
| 260 "conversation.")); |
261 "conversation.")); |
| 271 } |
272 } |
| 272 |
273 |
| 273 char * |
274 char * |
| 274 description(void) |
275 description(void) |
| 275 { |
276 { |
| 276 return _("Allows support for mouse gestures in conversation windows.\n\n" |
277 return _("Allows support for mouse gestures in conversation windows.\n" |
| |
278 "Drag the middle mouse button to perform certain actions:\n\n" |
| 277 "Drag down and then to the right to close a conversation.\n" |
279 "Drag down and then to the right to close a conversation.\n" |
| 278 "Drag up and then to the left to switch to the previous " |
280 "Drag up and then to the left to switch to the previous " |
| 279 "conversation.\n" |
281 "conversation.\n" |
| 280 "Drag up and then to the right to switch to the next " |
282 "Drag up and then to the right to switch to the next " |
| 281 "conversation."); |
283 "conversation."); |