correction from Vincent for rebuilding lazarus

git-svn-id: trunk@10367 -
This commit is contained in:
jesus 2007-01-02 19:34:10 +00:00
parent 4b95658b90
commit 214f4d229d

View File

@ -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;