diff --git a/openlp/core/ui/themeform.py b/openlp/core/ui/themeform.py index ba439c5b1..1d15daaa9 100644 --- a/openlp/core/ui/themeform.py +++ b/openlp/core/ui/themeform.py @@ -527,12 +527,6 @@ class ThemeForm(QtGui.QWizard, Ui_ThemeWizard): self.theme.background_filename = unicode(filename) self.setBackgroundTabValues() -# def onMainFontComboBox(self): -# """ -# Main Font Combo box changed -# """ -# self.theme.font_main_name = self.mainFontComboBox.currentFont().family() - def onMainColourPushButtonClicked(self): self.theme.font_main_color = \ self._colorButton(self.theme.font_main_color) diff --git a/openlp/core/ui/themewizard.py b/openlp/core/ui/themewizard.py index 8f981ad7c..786f55cb4 100644 --- a/openlp/core/ui/themewizard.py +++ b/openlp/core/ui/themewizard.py @@ -638,7 +638,7 @@ class Ui_ThemeWizard(object): self.horizontalComboBox.setItemText(2, translate('OpenLP.ThemeForm', 'Center')) self.verticalLabel.setText(translate('OpenLP.ThemeForm', - 'Vertcal Align:')) + 'Vertical Align:')) self.verticalComboBox.setItemText(0, translate('OpenLP.ThemeForm', 'Top')) self.verticalComboBox.setItemText(1, translate('OpenLP.ThemeForm',