Changeset 125 for trunk/Forms


Ignore:
Timestamp:
Apr 23, 2023, 12:29:52 AM (13 months ago)
Author:
chronos
Message:
  • Modified: The game has been renamed to TransLines.
Location:
trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk

    • Property svn:ignore
      •  

        old new  
         1*.dbg
        12lib
        2 BigMetro
        3 BigMetro.lps
        43heaptrclog.trc
        5 BigMetro.exe
        6 *.dbg
        7 BigMetro.res
         4TransLines
         5TransLines.lps
         6TransLines.exe
         7TransLines.res
  • trunk/Forms/UFormMain.lfm

    r118 r125  
    11object FormMain: TFormMain
    2   Left = 344
     2  Left = 384
    33  Height = 929
    4   Top = 195
     4  Top = 201
    55  Width = 1276
    6   Caption = 'Big Metro'
     6  Caption = 'TransLines'
    77  ClientHeight = 929
    88  ClientWidth = 1276
     
    4343    VersionBugFix = 0
    4444    VersionSuffix = '0'
    45     HomePage = 'https://app.zdechov.net/BigMetro'
     45    HomePage = 'https://app.zdechov.net/translines'
    4646    AuthorsName = 'Chronosoft'
    4747    EmailContact = 'robie@centrum.cz'
    48     AppName = 'Big Metro'
     48    AppName = 'TransLines'
    4949    Description = 'Enjoyable real-time metro building game.'
    50     ReleaseDate = 44838
    51     RegistryKey = '\Software\Chronosoft\BigMetro'
     50    ReleaseDate = 45008
     51    RegistryKey = '\Software\Chronosoft\TransLines'
    5252    RegistryRoot = rrKeyCurrentUser
    5353    License = 'CC0'
  • trunk/Forms/UFormMain.lrj

    r118 r125  
    11{"version":1,"strings":[
    2 {"hash":156468095,"name":"tformmain.caption","sourcebytes":[66,105,103,32,77,101,116,114,111],"value":"Big Metro"},
     2{"hash":92757059,"name":"tformmain.caption","sourcebytes":[84,114,97,110,115,76,105,110,101,115],"value":"TransLines"},
    33{"hash":93038270,"name":"tformmain.applicationinfo1.description","sourcebytes":[69,110,106,111,121,97,98,108,101,32,114,101,97,108,45,116,105,109,101,32,109,101,116,114,111,32,98,117,105,108,100,105,110,103,32,103,97,109,101,46],"value":"Enjoyable real-time metro building game."}
    44]}
  • trunk/Forms/UFormMain.pas

    r122 r125  
    7474procedure TFormMain.FormCreate(Sender: TObject);
    7575const
    76   UnixLanguagesDir = '/usr/share/BigMetro/languages';
     76  UnixLanguagesDir = '/usr/share/TransLines/languages';
    7777begin
    7878  {$IFDEF UNIX}
Note: See TracChangeset for help on using the changeset viewer.