Project templates: fix compilation after removing deprecated methods.

git-svn-id: trunk@45792 -
This commit is contained in:
juha 2014-07-06 09:37:15 +00:00
parent 8b18fcf3ab
commit b8d0a216c7

View File

@ -340,7 +340,7 @@ begin
If (FIgnoreExts.IndexOf(E)=-1) then
begin
FN:=FProjectDirectory+FTemplate.TargetFileName(FN,FVariables);
LazarusIDE.DoOpenEditorFile(FN,-1,[ofProjectLoading,ofQuiet,ofAddToProject]);
LazarusIDE.DoOpenEditorFile(FN, -1, -1, [ofProjectLoading,ofQuiet,ofAddToProject]);
end;
end;
end