mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-01 17:21:03 +02:00
Formatting.
git-svn-id: trunk@52834 -
This commit is contained in:
parent
fcc2649c3b
commit
4bbf24e69f
@ -4441,11 +4441,9 @@ begin
|
||||
|
||||
//debugln('TLazSourceFileManager.CreateNewForm START ',NewUnitInfo.Filename,' ',AncestorType.ClassName,' ',dbgs(ResourceCode<>nil));
|
||||
// create a buffer for the new resource file and for the LFM file
|
||||
if ResourceCode=nil then begin
|
||||
ResourceCode:=
|
||||
CodeToolBoss.CreateFile(ChangeFileExt(NewUnitInfo.Filename,
|
||||
ResourceFileExt));
|
||||
end;
|
||||
if ResourceCode=nil then
|
||||
ResourceCode:=CodeToolBoss.CreateFile(ChangeFileExt(NewUnitInfo.Filename,
|
||||
ResourceFileExt));
|
||||
//debugln('TLazSourceFileManager.CreateNewForm B ',ResourceCode.Filename);
|
||||
ResourceCode.Source:='{ '+LRSComment+' }';
|
||||
CodeToolBoss.CreateFile(ChangeFileExt(NewUnitInfo.Filename,'.lfm'));
|
||||
|
Loading…
Reference in New Issue
Block a user