forked from openlp/openlp
Fix i18n for New Theme typo
This commit is contained in:
parent
c6f6624605
commit
2a0e5d6726
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user