Removed an unnecessary space.

This commit is contained in:
Raoul Snyman 2010-09-01 08:19:45 +02:00
parent 8344bcb1f7
commit ad57ee0927
1 changed files with 1 additions and 1 deletions

View File

@ -576,7 +576,7 @@ class ThemeManager(QtGui.QWidget):
translate('OpenLP.ThemeManager', 'Theme Exists'), translate('OpenLP.ThemeManager', 'Theme Exists'),
translate('OpenLP.ThemeManager', translate('OpenLP.ThemeManager',
'A theme with this name already ' 'A theme with this name already '
'exists. Would you like to overwrite it?'), 'exists. Would you like to overwrite it?'),
(QtGui.QMessageBox.Yes | QtGui.QMessageBox.No), (QtGui.QMessageBox.Yes | QtGui.QMessageBox.No),
QtGui.QMessageBox.No) QtGui.QMessageBox.No)
if self.saveThemeName != u'': if self.saveThemeName != u'':