diff --git a/src/tools/qtcreatorcrashhandler/crashhandlerdialog.cpp b/src/tools/qtcreatorcrashhandler/crashhandlerdialog.cpp index 77654975ad9..90b131f3139 100644 --- a/src/tools/qtcreatorcrashhandler/crashhandlerdialog.cpp +++ b/src/tools/qtcreatorcrashhandler/crashhandlerdialog.cpp @@ -127,10 +127,8 @@ void CrashHandlerDialog::setApplicationInfo(const QString &signalName) const QString title = tr("%1 has closed unexpectedly (Signal \"%2\")").arg(ideName, signalName); const QString introLabelContents = tr( "
%1.
" - "Please file a bug report with the debug information provided below.
" - "Hint: Deactivate this Crash Handler by adding QTC_NO_CRASH_HANDLER=1
"
- "to the environment (evaluated on startup of %3).
Please file a bug report with the debug information provided below.
") + .arg(title, QLatin1String(URL_BUGTRACKER)); m_ui->introLabel->setText(introLabelContents); setWindowTitle(title); diff --git a/src/tools/qtcreatorcrashhandler/crashhandlersetup.cpp b/src/tools/qtcreatorcrashhandler/crashhandlersetup.cpp index a9ced3867d1..0694ae8e4de 100644 --- a/src/tools/qtcreatorcrashhandler/crashhandlersetup.cpp +++ b/src/tools/qtcreatorcrashhandler/crashhandlersetup.cpp @@ -38,7 +38,6 @@ #ifdef BUILD_CRASH_HANDLER #include