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:
|
try:
|
||||||
xml = file_to_xml(xml_file)
|
xml = file_to_xml(xml_file)
|
||||||
except:
|
except:
|
||||||
xml = basTheme()
|
xml = baseTheme()
|
||||||
theme = ThemeXML()
|
theme = ThemeXML()
|
||||||
theme.parse(xml)
|
theme.parse(xml)
|
||||||
self.cleanTheme(theme)
|
self.cleanTheme(theme)
|
||||||
|
Loading…
Reference in New Issue
Block a user