Module: wine Branch: master Commit: 075df1b609d283c5d0b83a3e1b9bd48e53cb5b74 URL: http://source.winehq.org/git/wine.git/?a=commit;h=075df1b609d283c5d0b83a3e1b...
Author: Alexandre Julliard julliard@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%5Cn", + WARN("Skipping device %d [name %s|type %s]; not apparently a tablet cursor type device. If this is wrong, please report it to wine-devel@winehq.org\n", loop, devices[loop].name, device_type ? device_type : ""); XFree(device_type); cursor_target --;