diff --git a/openlp/plugins/songs/forms/editsongdialog.py b/openlp/plugins/songs/forms/editsongdialog.py index ffe05553b..66ade5bcd 100644 --- a/openlp/plugins/songs/forms/editsongdialog.py +++ b/openlp/plugins/songs/forms/editsongdialog.py @@ -271,7 +271,7 @@ class Ui_EditSongDialog(object): sizePolicy.setHeightForWidth( self.SongbookCombo.sizePolicy().hasHeightForWidth()) self.SongbookCombo.setEditable(True) - self.SongbookCombe.setInsertPolicy(QtGui.QComboBox.NoInsert) + self.SongbookCombo.setInsertPolicy(QtGui.QComboBox.NoInsert) self.SongbookCombo.setSizePolicy(sizePolicy) self.SongbookCombo.setObjectName(u'SongbookCombo') self.SongbookLayout.addRow(self.SongbookNameLabel, self.SongbookCombo)