Changeset 54 for trunk/Game2048.lpr


Ignore:
Timestamp:
Nov 4, 2019, 12:58:32 PM (4 years ago)
Author:
chronos
Message:
  • Modified: Use just 2048 for application name.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Game2048.lpr

    r31 r54  
    2626  {$ENDIF}
    2727  RequireDerivedFormResource:=True;
    28   Application.Scaled:=True;
     28  Application.Title:='2048';
     29  Application.Scaled := True;
    2930  Application.Initialize;
    3031  Application.CreateForm(TFormMain, FormMain);
Note: See TracChangeset for help on using the changeset viewer.