comparison plugins/gestures/gestures.c @ 4843:2308397639df

[gaim-migrate @ 5168] I done added a line to the mouse gesture plugin description because people often don't realize they need to use the middle mouse button. "Flowers flowers, pretty pretty flowers." committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Thu, 20 Mar 2003 23:23:51 +0000
parents 16540914c963
children ae7760945ef2
comparison
equal deleted inserted replaced
4842:654eb87fb336 4843:2308397639df
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.");