Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/gui
diff options
context:
space:
mode:
authorAntoine van Gelder <antoine@g7.org.za>2008-01-22 10:23:05 (GMT)
committer Antoine van Gelder <antoine@g7.org.za>2008-01-22 10:23:05 (GMT)
commit6a0d1b15d47d4cea711f63669636c6c3354c9e89 (patch)
tree80e736ceb12168b34f5b286f62e1dfcce4d40170 /gui
parent9bfa9a701d445395adec061bd38f82dd0babee80 (diff)
* i18n: Changed layout re ticket #6110
Diffstat (limited to 'gui')
-rw-r--r--gui/frame.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/frame.py b/gui/frame.py
index 8a16fe8..0d04610 100644
--- a/gui/frame.py
+++ b/gui/frame.py
@@ -105,7 +105,7 @@ class Frame(hippo.Canvas):
padding_right=100,
yalign=hippo.ALIGNMENT_CENTER,
orientation=hippo.ORIENTATION_VERTICAL)
- button = LanguageComboBox()
+ button = LanguageComboBox('org.worldwideworkshop.olpc.JokeMachine')
button.install()
button.set_name('fubar')
language.props.widget = button