winex11.drv: Avoid using the mailing list address in error messages.
Also let users decide whether to report bugs and let them figure out how. Signed-off-by: Francois Gouget <fgouget@free.fr> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
64946e5543
commit
f622224c58
|
@ -619,7 +619,7 @@ BOOL CDECL X11DRV_LoadTabletInfo(HWND hwnddefault)
|
||||||
|
|
||||||
if (! is_tablet_cursor(target->name, device_type))
|
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 it to wine-devel@winehq.org\n",
|
WARN("Skipping device %d [name %s|type %s]; not apparently a tablet cursor type device\n",
|
||||||
loop, devices[loop].name, debugstr_a(device_type));
|
loop, devices[loop].name, debugstr_a(device_type));
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue