Changeset 54


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

Legend:

Unmodified
Added
Removed
  • trunk/Game2048.lpi

    r36 r54  
    66      <SessionStorage Value="InProjectDir"/>
    77      <MainUnit Value="0"/>
    8       <Title Value="Game2048"/>
     8      <Title Value="2048"/>
    99      <Scaled Value="True"/>
    1010      <ResourceType Value="res"/>
  • 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.