mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-13 15:39:14 +02:00
IDE: fix result value for open LPI dialog - cancel opening on ESC.
git-svn-id: trunk@54089 -
This commit is contained in:
parent
8a458937da
commit
07676afed8
@ -1107,7 +1107,7 @@ begin
|
||||
Result := mrIgnore;
|
||||
exit;
|
||||
end;
|
||||
mrCancel: Exit;
|
||||
mrCancel: Exit(mrCancel);
|
||||
end;
|
||||
end else begin
|
||||
AText:=Format(lisTheFileSeemsToBeAProgramCloseCurrentProject,
|
||||
|
Loading…
Reference in New Issue
Block a user