parent
5ff37c482f
commit
129990857a
@ -220,8 +220,9 @@ class _CrashDialog(QDialog):
|
|||||||
def _init_info_text(self):
|
def _init_info_text(self):
|
||||||
"""Add an info text encouraging the user to report crashes."""
|
"""Add an info text encouraging the user to report crashes."""
|
||||||
info_label = QLabel("<br/><b>Note that without your help, I can't fix "
|
info_label = QLabel("<br/><b>Note that without your help, I can't fix "
|
||||||
"the bug you encountered.<br/>I read and respond "
|
"the bug you encountered.<br/> Crash reports are "
|
||||||
"to all crash reports!</b>", wordWrap=True)
|
"currently publicly accessible.</b>",
|
||||||
|
wordWrap=True)
|
||||||
self._vbox.addWidget(info_label)
|
self._vbox.addWidget(info_label)
|
||||||
|
|
||||||
def _gather_crash_info(self):
|
def _gather_crash_info(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user