diff --git a/openlp/core/ui/thememanager.py b/openlp/core/ui/thememanager.py index c9171f881..06d0f7a6c 100644 --- a/openlp/core/ui/thememanager.py +++ b/openlp/core/ui/thememanager.py @@ -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)