forked from openlp/openlp
Fixes
This commit is contained in:
parent
396037c0a3
commit
6577f6c25e
@ -71,6 +71,7 @@ class ExceptionForm(QtGui.QDialog, Ui_ExceptionDialog):
|
|||||||
self.settingsSection = u'crashreport'
|
self.settingsSection = u'crashreport'
|
||||||
|
|
||||||
def exec_(self):
|
def exec_(self):
|
||||||
|
self.descriptionTextEdit.setPlainText(u'')
|
||||||
self.onDescriptionUpdated()
|
self.onDescriptionUpdated()
|
||||||
self.fileAttachment = None
|
self.fileAttachment = None
|
||||||
return QtGui.QDialog.exec_(self)
|
return QtGui.QDialog.exec_(self)
|
||||||
@ -136,7 +137,6 @@ class ExceptionForm(QtGui.QDialog, Ui_ExceptionDialog):
|
|||||||
Opening systems default email client and inserting exception log and
|
Opening systems default email client and inserting exception log and
|
||||||
system informations.
|
system informations.
|
||||||
"""
|
"""
|
||||||
attach = None
|
|
||||||
body = unicode(translate('OpenLP.ExceptionForm',
|
body = unicode(translate('OpenLP.ExceptionForm',
|
||||||
'*OpenLP Bug Report*\n'
|
'*OpenLP Bug Report*\n'
|
||||||
'Version: %s\n\n'
|
'Version: %s\n\n'
|
||||||
|
Loading…
Reference in New Issue
Block a user