IDE: remove unneeded cancel from yes/no dialog

git-svn-id: trunk@28791 -
This commit is contained in:
martin 2010-12-20 11:54:11 +00:00
parent 944773246f
commit 91122360f5

View File

@ -12189,7 +12189,7 @@ begin
if ToolStatus=itDebugger then begin
Result:=IDEQuestionDialog(lisStopDebugging2,
lisStopCurrentDebuggingAndRebuildProject,
mtConfirmation,[mrYes,mrCancel,lisNo,mrAbort],'');
mtConfirmation,[mrYes, mrCancel, lisNo],'');
if Result<>mrYes then exit;
Result:=DebugBoss.DoStopProject;