debugger: finish moving of binary setting

This commit is contained in:
hjk
2011-02-22 13:23:16 +01:00
parent e1c20ea1e9
commit 3fcf39a764
8 changed files with 122 additions and 100 deletions

View File

@@ -4219,7 +4219,7 @@ bool GdbEngine::startGdb(const QStringList &args, const QString &gdb,
if (m_gdb.isEmpty()) {
handleAdapterStartFailed(
msgNoBinaryForToolChain(sp.toolChainAbi),
GdbOptionsPage::settingsId());
_(Constants::DEBUGGER_COMMON_SETTINGS_ID));
return false;
}
QStringList gdbArgs;