From 1952d10fe7b161ef3330e95dca618ec2daaae5b1 Mon Sep 17 00:00:00 2001 From: Alexander Gottwald Date: Fri, 9 Jul 2004 12:08:58 +0000 Subject: [PATCH] Add entry for irish layout (ie) --- hw/xwin/winconfig.c | 1 + 1 file changed, 1 insertion(+) diff --git a/hw/xwin/winconfig.c b/hw/xwin/winconfig.c index 0016dc7c4..8660c5ab9 100644 --- a/hw/xwin/winconfig.c +++ b/hw/xwin/winconfig.c @@ -242,6 +242,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)"}, + { 0x1809, -1, "pc105", "ie", NULL, NULL, "Irish"}, { 0x40a, -1, "pc105", "es", NULL, NULL, "Spanish (Spain, Traditional Sort)"}, { 0x40b, -1, "pc105", "fi", NULL, NULL, "Finnish"}, { 0x40c, -1, "pc105", "fr", NULL, NULL, "French (Standard)"},