diff options
author | Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de> | 2005-07-15 17:42:34 +0000 |
---|---|---|
committer | Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de> | 2005-07-15 17:42:34 +0000 |
commit | f19e39a916831639492a1ef587398bf4e9544dba (patch) | |
tree | a825689df57c8aac6ea07262acbcb92960158d27 | |
parent | ee23b002f37d7171bf50f9041f7f7b54711f052d (diff) |
Added layout "Polish (Programmers)" as plCYGWIN
-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 afae028aa..6534db2a5 100644 --- a/hw/xwin/ChangeLog +++ b/hw/xwin/ChangeLog @@ -1,3 +1,8 @@ +2005-07-15 Alexander Gottwald <ago at freedesktop dot org> + + * winlayouts.h: + Added layout "Polish (Programmers)" as pl + 2005-07-05 Alexander Gottwald <ago at freedesktop dot org> * winkeybd.c: diff --git a/hw/xwin/winlayouts.h b/hw/xwin/winlayouts.h index cc0752430..346b18832 100644 --- a/hw/xwin/winlayouts.h +++ b/hw/xwin/winlayouts.h @@ -62,6 +62,7 @@ WinKBLayoutRec winKBLayouts[] = { 0x411, 7, "jp106", "jp", NULL, NULL, "Japanese"}, { 0x813, -1, "pc105", "be", NULL, NULL, "Dutch (Belgian)"}, { 0x414, -1, "pc105", "no", NULL, NULL, "Norwegian"}, + { 0x415, -1, "pc105", "pl", NULL, NULL, "Polish (Programmers)"}, { 0x416, -1, "pc105", "br", NULL, NULL, "Portuguese (Brazil, ABNT)"}, {0x10416, -1, "abnt2", "br", NULL, NULL, "Portuguese (Brazil, ABNT2)"}, { 0x816, -1, "pc105", "pt", NULL, NULL, "Portuguese (Portugal)"}, |