Commit 82b0a13c authored by Rein Klazes's avatar Rein Klazes Committed by Alexandre Julliard

Fix the path of keyboard.c inside a FIXME log statement.

parent 0f6f92ec
...@@ -1183,7 +1183,7 @@ X11DRV_KEYBOARD_DetectLayout (void) ...@@ -1183,7 +1183,7 @@ X11DRV_KEYBOARD_DetectLayout (void)
FIXME( FIXME(
"Your keyboard layout was not found!\n" "Your keyboard layout was not found!\n"
"Using closest match instead (%s) for scancode mapping.\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" "to us for inclusion into future Wine releases.\n"
"See the Wine User Guide, chapter \"Keyboard\" for more information.\n", "See the Wine User Guide, chapter \"Keyboard\" for more information.\n",
main_key_tab[kbd_layout].comment); main_key_tab[kbd_layout].comment);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment