crashdialog: Remove Github from contact types.

See #447.
This commit is contained in:
Florian Bruhin 2015-01-22 06:54:50 +01:00
parent fb2e84be2a
commit 50557a9b3e

View File

@ -96,11 +96,10 @@ class _CrashDialog(QDialog):
try:
self._contact.setPlainText(state['general']['contact-info'])
except KeyError:
self._contact.setPlaceholderText("Github username, mail or "
"IRC")
self._contact.setPlaceholderText("Mail or IRC nickname")
except Exception:
log.misc.exception("Failed to get contact information!")
self._contact.setPlaceholderText("Github username, mail or IRC")
self._contact.setPlaceholderText("Mail or IRC nickname")
self._vbox.addWidget(self._contact, 2)
self._vbox.addSpacing(15)