forked from qt-creator/qt-creator
Debugger: Make error warning a real sentence.
Separate the two warnings by a '. '.
This commit is contained in:
@@ -403,7 +403,7 @@ DEBUGGER_EXPORT ConfigurationCheck checkDebugConfiguration(ToolChainType toolCha
|
||||
case ToolChain_RVCT2_ARMV6:
|
||||
if (debuggerCore()->gdbBinaryForToolChain(toolChain).isEmpty()) {
|
||||
result.errorMessage = msgNoBinaryForToolChain(toolChain);
|
||||
result.errorMessage += msgEngineNotAvailable("Gdb");
|
||||
result.errorMessage += QLatin1Char(' ') + msgEngineNotAvailable("Gdb");
|
||||
result.settingsPage = GdbOptionsPage::settingsId();
|
||||
}
|
||||
break;
|
||||
|
Reference in New Issue
Block a user