mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
Fix the path of keyboard.c inside a FIXME log statement.
This commit is contained in:
parent
0f6f92ec86
commit
82b0a13cab
1 changed files with 1 additions and 1 deletions
|
@ -1183,7 +1183,7 @@ X11DRV_KEYBOARD_DetectLayout (void)
|
|||
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);
|
||||
|
|
Loading…
Reference in a new issue