mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-29 15:10:22 +02:00
IDE: don't rebuild the IDE, if the user closed the confirmation dialog (mrCancel is returned for MessageDlg). Bug #8010
git-svn-id: trunk@10366 -
This commit is contained in:
parent
a783783930
commit
4b95658b90
@ -3209,7 +3209,7 @@ begin
|
||||
Format(lisPkgMangThePackageWasMarkedForInstallationCurrentlyLazarus, [
|
||||
'"', APackage.IDAsString, '"', #13, #13, #13]),
|
||||
mtConfirmation,[mbYes,mbNo]);
|
||||
if Result=mrNo then begin
|
||||
if Result<>mrOk then begin
|
||||
Result:=mrOk;
|
||||
exit;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user