From 4ee65164dcb3af6d7f2564c9fc84c460ff65a554 Mon Sep 17 00:00:00 2001 From: Andriy Palamarchuk Date: Mon, 17 Sep 2001 19:07:56 +0000 Subject: [PATCH] Fixed references to old documentation location. --- documentation/status/internationalisation | 4 ++-- windows/x11drv/keyboard.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/documentation/status/internationalisation b/documentation/status/internationalisation index ae3d014c348..e4d3d8c6f37 100644 --- a/documentation/status/internationalisation +++ b/documentation/status/internationalisation @@ -14,8 +14,8 @@ Keyboard Settings: Currently, the following keyboard layouts are available: US, UK, FR, Icelandic, DE, Swiss German, Swiss French, NO, DA, Swedish, Canadian French, PT, IT, FI, RU, ES, Belgian. -Please refer to documentation/keyboard by Ove Kaaven on how -to add more keyboard layouts. +Please refer to the Wine User Guide, chapter "Keyboard" on how to add +more keyboard layouts. Locale Settings: diff --git a/windows/x11drv/keyboard.c b/windows/x11drv/keyboard.c index da6b5b26048..ffa5435ff8a 100644 --- a/windows/x11drv/keyboard.c +++ b/windows/x11drv/keyboard.c @@ -924,7 +924,7 @@ X11DRV_KEYBOARD_DetectLayout (void) "Using closest match instead (%s) for scancode mapping.\n" "Please define your layout in windows/x11drv/keyboard.c and submit them\n" "to us for inclusion into future Wine releases.\n" - "See documentation/keyboard for more information.\n", + "See the Wine User Guide, chapter \"Keyboard\" for more information.\n", main_key_tab[kbd_layout].comment); }