From bca06c4a7a02876f705378b871f4fd6b67c3189e Mon Sep 17 00:00:00 2001 From: M2j Date: Thu, 5 Apr 2012 00:41:18 +0200 Subject: [PATCH] fix: wrong method name --- openlp/core/ui/exceptiondialog.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openlp/core/ui/exceptiondialog.py b/openlp/core/ui/exceptiondialog.py index 6d0a56ab9..0f9ecaf97 100644 --- a/openlp/core/ui/exceptiondialog.py +++ b/openlp/core/ui/exceptiondialog.py @@ -69,7 +69,7 @@ class Ui_ExceptionDialog(object): self.saveReportButton = create_button(exceptionDialog, u'saveReportButton', icon=u':/general/general_save.png', click=self.onSaveReportButtonClicked) - self.attachFileButton = create_icon(exceptionDialog, + self.attachFileButton = create_button(exceptionDialog, u'attachFileButton', icon=u':/general/general_open.png', click=self.onAttachFileButtonClicked) self.buttonBox = create_button_box(exceptionDialog, u'buttonBox',