Point out crash reports are currently public.

See #481.
This commit is contained in:
Florian Bruhin 2016-01-05 07:07:45 +01:00
parent 5ff37c482f
commit 129990857a

View File

@ -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):