Changeset 125 for trunk/Forms
- Timestamp:
- Apr 23, 2023, 12:29:52 AM (19 months ago)
- Location:
- trunk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:ignore
-
old new 1 *.dbg 1 2 lib 2 BigMetro3 BigMetro.lps4 3 heaptrclog.trc 5 BigMetro.exe 6 *.dbg 7 BigMetro.res 4 TransLines 5 TransLines.lps 6 TransLines.exe 7 TransLines.res
-
- Property svn:ignore
-
trunk/Forms/UFormMain.lfm
r118 r125 1 1 object FormMain: TFormMain 2 Left = 3 442 Left = 384 3 3 Height = 929 4 Top = 1954 Top = 201 5 5 Width = 1276 6 Caption = ' Big Metro'6 Caption = 'TransLines' 7 7 ClientHeight = 929 8 8 ClientWidth = 1276 … … 43 43 VersionBugFix = 0 44 44 VersionSuffix = '0' 45 HomePage = 'https://app.zdechov.net/ BigMetro'45 HomePage = 'https://app.zdechov.net/translines' 46 46 AuthorsName = 'Chronosoft' 47 47 EmailContact = 'robie@centrum.cz' 48 AppName = ' Big Metro'48 AppName = 'TransLines' 49 49 Description = 'Enjoyable real-time metro building game.' 50 ReleaseDate = 4 483851 RegistryKey = '\Software\Chronosoft\ BigMetro'50 ReleaseDate = 45008 51 RegistryKey = '\Software\Chronosoft\TransLines' 52 52 RegistryRoot = rrKeyCurrentUser 53 53 License = 'CC0' -
trunk/Forms/UFormMain.lrj
r118 r125 1 1 {"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"}, 3 3 {"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."} 4 4 ]} -
trunk/Forms/UFormMain.pas
r122 r125 74 74 procedure TFormMain.FormCreate(Sender: TObject); 75 75 const 76 UnixLanguagesDir = '/usr/share/ BigMetro/languages';76 UnixLanguagesDir = '/usr/share/TransLines/languages'; 77 77 begin 78 78 {$IFDEF UNIX}
Note:
See TracChangeset
for help on using the changeset viewer.