# HG changeset patch # User Mark Doliner # Date 1048202631 0 # Node ID 2308397639dfb023021b40c5009781ebc6fc402a # Parent 654eb87fb3364d812048fc000ff2178e71cddaeb [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 diff -r 654eb87fb336 -r 2308397639df plugins/gestures/gestures.c --- a/plugins/gestures/gestures.c Thu Mar 20 21:28:53 2003 +0000 +++ b/plugins/gestures/gestures.c Thu Mar 20 23:23:51 2003 +0000 @@ -252,7 +252,8 @@ desc.name = g_strdup(_("Mouse Gestures")); desc.version = g_strdup(VERSION); desc.description = g_strdup( - _("Allows support for mouse gestures in conversation windows.\n\n" + _("Allows support for mouse gestures in conversation windows.\n" + "Drag the middle mouse button to perform certain actions:\n\n" "Drag down and then to the right to close a conversation.\n" "Drag up and then to the left to switch to the previous " "conversation.\n" @@ -273,7 +274,8 @@ char * description(void) { - return _("Allows support for mouse gestures in conversation windows.\n\n" + return _("Allows support for mouse gestures in conversation windows.\n" + "Drag the middle mouse button to perform certain actions:\n\n" "Drag down and then to the right to close a conversation.\n" "Drag up and then to the left to switch to the previous " "conversation.\n"