winex11: Fix bug report address.

This commit is contained in:
Alexandre Julliard 2008-03-18 11:29:47 +01:00
parent 2cab7ff2c7
commit 075df1b609
1 changed files with 1 additions and 1 deletions

View File

@ -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 wine-devel@winehq.org\n",
loop, devices[loop].name, device_type ? device_type : "");
XFree(device_type);
cursor_target --;