fix: wrong method name

bzr-revno: 1935
This commit is contained in:
Meinert Jordan 2012-04-05 17:44:57 +02:00 committed by Andreas Preikschat
commit 16c98ab404
20 changed files with 33 additions and 33 deletions

View File

@ -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',