Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
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 d4a4f6e..7db21ce 100644
--- a/shell/controlpanel/control.py
+++ b/shell/controlpanel/control.py
@@ -439,7 +439,6 @@ def get_language():
fd = open(path, 'w')
default = 'en_US.UTF-8'
fd.write('LANG="%s"\n'%default)
- fd.write('XKB_LAYOUT="us(olpc)"\n')
fd.close()
return default