mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-07 03:17:17 +01:00
IDE: fixed opening lpi as regular file (bug #7890)
git-svn-id: trunk@10248 -
This commit is contained in:
parent
17d8347bb9
commit
74f9716544
@ -6255,6 +6255,7 @@ begin
|
||||
Result:=DoOpenProjectFile(AFilename,[ofAddToRecent]);
|
||||
exit;
|
||||
end;
|
||||
include(Flags, ofRegularFile);
|
||||
end;
|
||||
// check if file is a lazarus package (.lpk)
|
||||
if (CompareFileExt(AFilename,'.lpk',false)=0) then begin
|
||||
|
||||
Loading…
Reference in New Issue
Block a user