Changeset 151 for trunk/vCardStudio.lpr
- Timestamp:
- Jun 6, 2023, 11:15:57 AM (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/vCardStudio.lpr
r149 r151 6 6 {$ENDIF} 7 7 Interfaces, // this includes the LCL widgetset 8 Forms, FormMain, Core, Diff, SysUtils, FormCompare , TestCases,9 VCardFile, FormColumns ;8 Forms, FormMain, Core, Diff, SysUtils, FormCompareSideBySide, TestCases, 9 VCardFile, FormColumns, FormCompare; 10 10 11 11 {$R *.res} … … 17 17 18 18 begin 19 Application.Scaled :=True;20 Application.Title :='vCard Studio';19 Application.Scaled := True; 20 Application.Title := 'vCard Studio'; 21 21 {$if declared(UseHeapTrace)} 22 22 DeleteFile(ExtractFilePath(ParamStr(0)) + HeapTraceLog); 23 23 SetHeapTraceOutput(ExtractFilePath(ParamStr(0)) + HeapTraceLog); 24 24 {$ENDIF} 25 RequireDerivedFormResource :=True;25 RequireDerivedFormResource := True; 26 26 Application.Initialize; 27 27 Application.CreateForm(TCore, Core.Core);
Note:
See TracChangeset
for help on using the changeset viewer.