forked from qt-creator/qt-creator
Debugger: Fix error message
Change-Id: Idd6b63c8f814f1fbde31ee6cd5c0d4d3c461c895 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
This commit is contained in:
@@ -2283,9 +2283,9 @@ void CdbEngine::parseOutputLine(QString line)
|
|||||||
CheckableMessageBox::doNotShowAgainInformation(
|
CheckableMessageBox::doNotShowAgainInformation(
|
||||||
Core::ICore::dialogParent(),
|
Core::ICore::dialogParent(),
|
||||||
Tr::tr("Debugger Start Failed"),
|
Tr::tr("Debugger Start Failed"),
|
||||||
Tr::tr("The system prevents loading of %1 which is required for debugging. "
|
Tr::tr("The system prevents loading of %1, which is required for debugging. "
|
||||||
"Make sure that your antivirus solution is up to date and if that does not work "
|
"Make sure that your antivirus solution is up to date and if that does not work "
|
||||||
"consider to add an exception for %1.")
|
"consider adding an exception for %1.")
|
||||||
.arg(m_extensionFileName),
|
.arg(m_extensionFileName),
|
||||||
Core::ICore::settings(),
|
Core::ICore::settings(),
|
||||||
"SecureInfoCdbextCannotBeLoaded");
|
"SecureInfoCdbextCannotBeLoaded");
|
||||||
|
|||||||
Reference in New Issue
Block a user