From 2a0e5d6726871386786d239b7ce088aad234cac0 Mon Sep 17 00:00:00 2001 From: Jon Tibble Date: Thu, 29 Oct 2009 13:19:31 +0000 Subject: [PATCH] Fix i18n for New Theme typo --- openlp/core/ui/thememanager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)