Fix fixme in keyboard.c

Rein Klazes rklazes at xs4all.nl
Wed Apr 16 03:13:30 CDT 2003


Hi,

Changelog:
	dlls/x11drv	: keyboard.c
	Fix the path of keyboard.c inside a FIXME log statement.

Rein.
-- 
Rein Klazes
rklazes at xs4all.nl
-------------- next part --------------
--- wine/dlls/x11drv/keyboard.c	2003-04-01 07:43:09.000000000 +0200
+++ mywine/dlls/x11drv/keyboard.c	2003-04-16 09:25:06.000000000 +0200
@@ -1183,7 +1183,7 @@
     FIXME(
 	   "Your keyboard layout was not found!\n"
 	   "Using closest match instead (%s) for scancode mapping.\n"
-	   "Please define your layout in windows/x11drv/keyboard.c and submit them\n"
+	   "Please define your layout in dlls/x11drv/keyboard.c and submit them\n"
 	   "to us for inclusion into future Wine releases.\n"
 	   "See the Wine User Guide, chapter \"Keyboard\" for more information.\n",
 	   main_key_tab[kbd_layout].comment);


More information about the wine-patches mailing list