mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-06 10:00:34 +02:00
IDE: remove unneeded cancel from yes/no dialog
git-svn-id: trunk@28791 -
This commit is contained in:
parent
944773246f
commit
91122360f5
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user