From 9e006033451400efd7ea0bc1faeb662b6b4fe5e4 Mon Sep 17 00:00:00 2001 From: Simon Schampijer Date: Thu, 15 Jan 2009 17:51:02 +0000 Subject: About my XO -> About my Computer --- (limited to 'src/jarabe/controlpanel') 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, -- cgit v0.9.1