diff options
author | Matt Wilson <msw@redhat.com> | 2001-08-10 03:16:03 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2001-08-10 03:16:03 +0000 |
commit | f2eb794ccb9d036b65d79c8a2056e038e1360d27 (patch) | |
tree | 9920fc09e1c4c616e2adc6d05207b78a73eaa01d /kbd.py | |
parent | 0c990f70909d8bb2c33e475e30a6fffaa82d29ae (diff) | |
download | anaconda-f2eb794ccb9d036b65d79c8a2056e038e1360d27.tar.gz anaconda-f2eb794ccb9d036b65d79c8a2056e038e1360d27.tar.xz anaconda-f2eb794ccb9d036b65d79c8a2056e038e1360d27.zip |
fix Czech keyboard default (#51271)
Diffstat (limited to 'kbd.py')
-rw-r--r-- | kbd.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -26,8 +26,8 @@ class Keyboard (SimpleConfigFile): ("bg" , ('pc102', 'bg', '')), ("br-abnt2" , ('pc102', 'br', '')), ("cf" , ('pc102', 'cf', '')), - ("cz-lat2" , ('pc102', 'cs', '')), - ("cz-lat2-prog" , ('pc102', 'cs', '')), + ("cz-lat2" , ('pc102', 'cz', '')), + ("cz-lat2-prog" , ('pc102', 'cz', '')), ("de-latin1" , ('pc102', 'de', '')), ("de" , ('pc102', 'de', '')), ("de-latin1-nodeadkeys" , ('pc102', 'de', 'nodeadkeys')), |