Changeset 102 for trunk/LazFuck.lpr


Ignore:
Timestamp:
May 5, 2019, 12:09:56 AM (5 years ago)
Author:
chronos
Message:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LazFuck.lpr

    r96 r102  
    1717{$R *.res}
    1818
    19 {$IFDEF DEBUG}
     19{$if declared(UseHeapTrace)}
    2020const
    2121  HeapTraceLog = 'heaptrclog.trc';
     
    2424
    2525begin
    26   {$IFDEF DEBUG}
    27   // Heap trace
     26  {$if declared(UseHeapTrace)}
    2827  DeleteFile(ExtractFilePath(ParamStr(0)) + HeapTraceLog);
    2928  SetHeapTraceOutput(ExtractFilePath(ParamStr(0)) + HeapTraceLog);
    3029  {$ENDIF}
    3130
    32   Application.Title := 'LazFuck IDE';
     31  Application.Scaled:=True;
     32  Application.Title:='LazFuck IDE';
    3333  RequireDerivedFormResource := True;
    3434  Application.Initialize;
Note: See TracChangeset for help on using the changeset viewer.