forked from qt-creator/qt-creator
Valgrind: Use "No" button in mode check dialog
...instead of "Cancel". Change-Id: I4197e3e5d6df9996d4a68a7ad4acf7a11cf0d18e Reviewed-by: Robert Loehning <robert.loehning@theqtcompany.com>
This commit is contained in:
@@ -126,9 +126,8 @@ static void startLocalTool(IAnalyzerTool *tool)
|
|||||||
"Do you want to continue and run the tool in %2 mode?</p></body></html>")
|
"Do you want to continue and run the tool in %2 mode?</p></body></html>")
|
||||||
.arg(toolName).arg(currentMode).arg(toolModeString);
|
.arg(toolName).arg(currentMode).arg(toolModeString);
|
||||||
if (Utils::CheckableMessageBox::doNotAskAgainQuestion(ICore::mainWindow(),
|
if (Utils::CheckableMessageBox::doNotAskAgainQuestion(ICore::mainWindow(),
|
||||||
title, message, ICore::settings(), QLatin1String("AnalyzerCorrectModeWarning"),
|
title, message, ICore::settings(), QLatin1String("AnalyzerCorrectModeWarning"))
|
||||||
QDialogButtonBox::Yes|QDialogButtonBox::Cancel,
|
!= QDialogButtonBox::Yes)
|
||||||
QDialogButtonBox::Cancel, QDialogButtonBox::Yes) != QDialogButtonBox::Yes)
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user