mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-10-01 02:11:23 +02:00
correction from Vincent for rebuilding lazarus
git-svn-id: trunk@10367 -
This commit is contained in:
parent
4b95658b90
commit
214f4d229d
@ -3209,7 +3209,7 @@ begin
|
||||
Format(lisPkgMangThePackageWasMarkedForInstallationCurrentlyLazarus, [
|
||||
'"', APackage.IDAsString, '"', #13, #13, #13]),
|
||||
mtConfirmation,[mbYes,mbNo]);
|
||||
if Result<>mrOk then begin
|
||||
if Result<>mrYes then begin
|
||||
Result:=mrOk;
|
||||
exit;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user