Fix i18n for New Theme typo

This commit is contained in:
Jon Tibble 2009-10-29 13:19:31 +00:00
parent c6f6624605
commit 2a0e5d6726
1 changed files with 1 additions and 1 deletions

View File

@ -266,7 +266,7 @@ class ThemeManager(QtGui.QWidget):
try:
xml = file_to_xml(xml_file)
except:
xml = basTheme()
xml = baseTheme()
theme = ThemeXML()
theme.parse(xml)
self.cleanTheme(theme)