diff options
author | Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de> | 2005-04-09 10:48:08 +0000 |
---|---|---|
committer | Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de> | 2005-04-09 10:48:08 +0000 |
commit | 3861b9889d0d3bf64fa21f3bb338203c58d23edf (patch) | |
tree | 1204d08cb56775d48e2c533045b6537bdfc8929c | |
parent | b3a187efc4a0f8375d7ac83d97efef56bc9fff24 (diff) |
Added layout "Français (Canada)"
-rw-r--r-- | hw/xwin/ChangeLog | 5 | ||||
-rw-r--r-- | hw/xwin/winlayouts.h | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/hw/xwin/ChangeLog b/hw/xwin/ChangeLog index 0631cf16b..4f44db068 100644 --- a/hw/xwin/ChangeLog +++ b/hw/xwin/ChangeLog @@ -1,3 +1,8 @@ +2005-04-09 Alexander Gottwald <ago at freedesktop dot org> + + * winlayouts.h: + Added layout "Français (Canada)" + 2005-02-12 Alexander Gottwald <ago at freedesktop dot org> * win.h diff --git a/hw/xwin/winlayouts.h b/hw/xwin/winlayouts.h index a04156f61..8a8838b99 100644 --- a/hw/xwin/winlayouts.h +++ b/hw/xwin/winlayouts.h @@ -49,6 +49,7 @@ 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"}, |