Francois Gouget : winex11.drv: Avoid using the mailing list address in error messages.

Alexandre Julliard julliard at winehq.org
Mon Jun 1 15:14:55 CDT 2020


Module: wine
Branch: master
Commit: f622224c58467ced47c5a1d621aeab887f8e8bc6
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=f622224c58467ced47c5a1d621aeab887f8e8bc6

Author: Francois Gouget <fgouget at free.fr>
Date:   Sun May 31 18:05:35 2020 +0200

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 at free.fr>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/winex11.drv/wintab.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/winex11.drv/wintab.c b/dlls/winex11.drv/wintab.c
index 06a1427a19..92f957cf8d 100644
--- a/dlls/winex11.drv/wintab.c
+++ b/dlls/winex11.drv/wintab.c
@@ -619,7 +619,7 @@ BOOL CDECL 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 it to wine-devel at 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));
                 break;
             }




More information about the wine-cvs mailing list