Mercurial > pidgin
changeset 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 | 654eb87fb336 |
children | 3fbb44f69f1e |
files | plugins/gestures/gestures.c |
diffstat | 1 files changed, 4 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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"