Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/jarabe/controlpanel
diff options
context:
space:
mode:
authorSimon Schampijer <simon@schampijer.de>2009-01-15 17:51:02 (GMT)
committer Simon Schampijer <simon@schampijer.de>2009-01-15 17:51:02 (GMT)
commit9e006033451400efd7ea0bc1faeb662b6b4fe5e4 (patch)
tree2768e7799302eaa0c29b55279fe9d2ec9da28ad4 /src/jarabe/controlpanel
parent0497202866aec752a7090661085bba1ac86d3143 (diff)
About my XO -> About my Computer
Diffstat (limited to 'src/jarabe/controlpanel')
-rw-r--r--src/jarabe/controlpanel/gui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jarabe/controlpanel/gui.py b/src/jarabe/controlpanel/gui.py
index 2f8da51..57f19f7 100644
--- a/src/jarabe/controlpanel/gui.py
+++ b/src/jarabe/controlpanel/gui.py
@@ -142,7 +142,7 @@ class ControlPanel(gtk.Window):
if option == 'aboutme':
self._table.attach(sectionicon, 0, 1, 0, 1)
- elif option == 'aboutxo':
+ elif option == 'aboutcomputer':
self._table.attach(sectionicon, 1, 2, 0, 1)
else:
self._table.attach(sectionicon,