[PATCH] winex11.drv: Use PACKAGE_BUGREPORT instead of hardcoding it.

Francois Gouget fgouget at free.fr
Sat May 16 05:20:04 CDT 2020


Signed-off-by: Francois Gouget <fgouget at free.fr>
---
 dlls/winex11.drv/wintab.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/winex11.drv/wintab.c b/dlls/winex11.drv/wintab.c
index 06a1427a196..56608f89176 100644
--- a/dlls/winex11.drv/wintab.c
+++ b/dlls/winex11.drv/wintab.c
@@ -619,8 +619,8 @@ 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",
-                     loop, devices[loop].name, debugstr_a(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 %s\n",
+                     loop, devices[loop].name, debugstr_a(device_type), PACKAGE_BUGREPORT);
                 break;
             }
 
-- 
2.20.1



More information about the wine-devel mailing list