From 0d126f42d500208e7fd2a25ed40ee3586cff3da2 Mon Sep 17 00:00:00 2001 From: Alexander Gottwald Date: Wed, 20 Apr 2005 09:22:37 +0000 Subject: [PATCH] =?UTF-8?q?Removed=20layout=20"Fran=E7ais=20(Canada)"=20be?= =?UTF-8?q?cause=20it=20does=20not=20appear=20to=20match=20XKB=20=20=20=20?= =?UTF-8?q?=20layout=20"ca"=20and=20no=20user=20provided=20me=20with=20suf?= =?UTF-8?q?ficient=20information=20to=20=20=20=20=20choose=20the=20right?= =?UTF-8?q?=20one.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hw/xwin/ChangeLog | 7 +++++++ hw/xwin/winlayouts.h | 1 - 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/hw/xwin/ChangeLog b/hw/xwin/ChangeLog index 4f44db068..8e2c1f860 100644 --- a/hw/xwin/ChangeLog +++ b/hw/xwin/ChangeLog @@ -1,3 +1,10 @@ +2005-04-20 Alexander Gottwald + + * winlayouts.h: + Removed layout "Français (Canada)" because it does not appear to + match XKB layout "ca" and no user provided me with sufficient + information to choose the right one. + 2005-04-09 Alexander Gottwald * winlayouts.h: diff --git a/hw/xwin/winlayouts.h b/hw/xwin/winlayouts.h index 8a8838b99..a04156f61 100644 --- a/hw/xwin/winlayouts.h +++ b/hw/xwin/winlayouts.h @@ -49,7 +49,6 @@ WinKBLayoutRec winKBLayouts[] = {0x10409, -1, "pc105", "dvorak", NULL, NULL, "English (USA, Dvorak)"}, {0x20409, -1, "pc105", "us_intl", NULL, NULL, "English (USA, International)"}, { 0x809, -1, "pc105", "gb", NULL, NULL, "English (United Kingdom)"}, - { 0x1009, -1, "pc105", "ca", NULL, NULL, "Français (Canada)"}, { 0x1809, -1, "pc105", "ie", NULL, NULL, "Irish"}, { 0x40a, -1, "pc105", "es", NULL, NULL, "Spanish (Spain, Traditional Sort)"}, { 0x40b, -1, "pc105", "fi", NULL, NULL, "Finnish"},