mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 20:19:29 +02:00
Project templates: fix compilation after removing deprecated methods.
git-svn-id: trunk@45792 -
This commit is contained in:
parent
8b18fcf3ab
commit
b8d0a216c7
@ -340,7 +340,7 @@ begin
|
|||||||
If (FIgnoreExts.IndexOf(E)=-1) then
|
If (FIgnoreExts.IndexOf(E)=-1) then
|
||||||
begin
|
begin
|
||||||
FN:=FProjectDirectory+FTemplate.TargetFileName(FN,FVariables);
|
FN:=FProjectDirectory+FTemplate.TargetFileName(FN,FVariables);
|
||||||
LazarusIDE.DoOpenEditorFile(FN,-1,[ofProjectLoading,ofQuiet,ofAddToProject]);
|
LazarusIDE.DoOpenEditorFile(FN, -1, -1, [ofProjectLoading,ofQuiet,ofAddToProject]);
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user