From 64a91b8590db8ae2d4a04e6ec0a208a9e5b75cd2 Mon Sep 17 00:00:00 2001 From: Simon Schampijer Date: Thu, 20 Dec 2007 19:25:20 +0100 Subject: [PATCH] Remove another XKB in the control-panel --- shell/controlpanel/control.py | 1 - 1 file changed, 1 deletion(-) diff --git a/shell/controlpanel/control.py b/shell/controlpanel/control.py index 7db21ce6..580536a8 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')