Alexandre Julliard : winex11: Fix bug report address.

Alexandre Julliard julliard at winehq.org
Tue Mar 18 07:44:53 CDT 2008


Module: wine
Branch: master
Commit: 075df1b609d283c5d0b83a3e1b9bd48e53cb5b74
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=075df1b609d283c5d0b83a3e1b9bd48e53cb5b74

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Tue Mar 18 11:29:47 2008 +0100

winex11: Fix bug report address.

---

 dlls/winex11.drv/wintab.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/winex11.drv/wintab.c b/dlls/winex11.drv/wintab.c
index 9645cda..99cb6f4 100644
--- a/dlls/winex11.drv/wintab.c
+++ b/dlls/winex11.drv/wintab.c
@@ -577,7 +577,7 @@ void X11DRV_LoadTabletInfo(HWND hwnddefault)
 
             if (! is_tablet_cursor(target->name, device_type))
             {
-                WARN("Skipping device %d [name %s|type %s]; not apparently a tablet cursor type device.  If this is wrong, please report to http://forums.winehq.org\n",
+                WARN("Skipping device %d [name %s|type %s]; not apparently a tablet cursor type device.  If this is wrong, please report it to [email protected]\n",
                      loop, devices[loop].name, device_type ? device_type : "");
                 XFree(device_type);
                 cursor_target --;




More information about the wine-cvs mailing list