Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorSimon Schampijer <simon@schampijer.de>2007-12-20 18:25:20 (GMT)
committer Simon Schampijer <simon@schampijer.de>2007-12-20 18:25:20 (GMT)
commit64a91b8590db8ae2d4a04e6ec0a208a9e5b75cd2 (patch)
tree8f33a219cc5f5b6bdf67314fcdfe084cb7c12d87 /shell
parent7cf12521921886fa38416251c2130c928fe3b10b (diff)
Remove another XKB in the control-panel
Diffstat (limited to 'shell')
-rw-r--r--shell/controlpanel/control.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/shell/controlpanel/control.py b/shell/controlpanel/control.py
index 7db21ce..580536a 100644
--- a/shell/controlpanel/control.py
+++ b/shell/controlpanel/control.py
@@ -418,7 +418,6 @@ def _writeI18N(lang):
print(_("Could not access %s. Create standard settings.") % path)
fd = open(path, 'w')
fd.write('LANG="en_US.UTF-8"\n')
- fd.write('XKB_LAYOUT="us(olpc)"\n')
fd.close()
else:
fd = open(path, 'r')