mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-06 12:40:22 +02:00
Opkman: Bug fix: Exit if the user choose to close the confirmation dialog instead of clicking button No.
git-svn-id: trunk@56809 -
This commit is contained in:
parent
7258640282
commit
7e8516f91a
@ -729,7 +729,7 @@ begin
|
||||
|
||||
if CanGo then
|
||||
begin
|
||||
if MessageDlgEx(rsMainFrm_PackageUpdateWarning, mtConfirmation, [mbYes, mbNo], Self) = mrNo then
|
||||
if MessageDlgEx(rsMainFrm_PackageUpdateWarning, mtConfirmation, [mbYes, mbNo], Self) <> mrYes then
|
||||
Exit;
|
||||
|
||||
//Updates.PauseUpdate;
|
||||
|
Loading…
Reference in New Issue
Block a user