This commit is contained in:
Samuel Mehrbrodt 2014-05-03 17:25:45 +02:00
parent f60379b542
commit 7a1741258a
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ class Ui_AuthorsDialog(object):
Set up the UI for the dialog.
"""
authors_dialog.setObjectName('authors_dialog')
authorsDialog.setWindowIcon(build_icon(u':/icon/openlp-logo.svg'))
authors_dialog.setWindowIcon(build_icon(u':/icon/openlp-logo.svg'))
authors_dialog.resize(300, 10)
authors_dialog.setModal(True)
self.dialog_layout = QtGui.QVBoxLayout(authors_dialog)