mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-23 10:59:31 +01: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
|
if CanGo then
|
||||||
begin
|
begin
|
||||||
if MessageDlgEx(rsMainFrm_PackageUpdateWarning, mtConfirmation, [mbYes, mbNo], Self) = mrNo then
|
if MessageDlgEx(rsMainFrm_PackageUpdateWarning, mtConfirmation, [mbYes, mbNo], Self) <> mrYes then
|
||||||
Exit;
|
Exit;
|
||||||
|
|
||||||
//Updates.PauseUpdate;
|
//Updates.PauseUpdate;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user