The patch at http://www.winehq.org/pipermail/wine-patches/2006-August/029855.html needs to be corrected a bit:
In file editor.c, there is a change as follows
case WM_MOUSEMOVE: if (GetCapture() == hWnd) ME_MouseMove(editor, (short)LOWORD(lParam),
(short)HIWORD(lParam));
break;
- ME_LinkNotify(editor,msg,wParam,lParam);
Here, the function ME_LinkNotify is called after the break. So it would not get executed.
Thanks! =====-----=====-----===== Notice: The information contained in this e-mail message and/or attachments to it may contain confidential or privileged information. If you are not the intended recipient, any dissemination, use, review, distribution, printing or copying of the information contained in this e-mail message and/or attachments to it are strictly prohibited. If you have received this communication in error, please notify us by reply e-mail or telephone and immediately and permanently delete the message and any attachments. Thank you