qt crash report: fix formatting

follow-up 5dc240d4ed
This commit is contained in:
SomberNight
2018-12-24 18:52:03 +01:00
parent 5469e3668e
commit 0bce96d2de

View File

@@ -57,7 +57,8 @@ class Exception_Window(BaseCrashReporter, QWidget, MessageBoxMixin):
collapse_info = QPushButton(_("Show report contents"))
collapse_info.clicked.connect(
lambda: self.msg_box(QMessageBox.NoIcon,
self, _("Report contents"), self.get_report_string()))
self, _("Report contents"), self.get_report_string(),
rich_text=True))
main_box.addWidget(collapse_info)