Changeset 304 for trunk/Global.pas


Ignore:
Timestamp:
Mar 9, 2021, 10:05:19 AM (3 years ago)
Author:
chronos
Message:
  • Modified: Show configured homepage and contact page in C-evo start screen menu and help.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Global.pas

    r301 r304  
    77  CevoMapExt = '.cevo map';
    88  CevoTribeExt = '.tribe.txt';
    9   CevoHomepage = 'https://app.zdechov.net/c-evo';
    10   CevoContact = 'https://app.zdechov.net/c-evo#Contact';
     9  CevoHomepageShort = 'app.zdechov.net/c-evo';
     10  CevoHomepage = 'https://' + CevoHomepageShort;
     11  CevoContactShort = 'app.zdechov.net/c-evo#Contact';
     12  CevoContact = 'https://' + CevoContactShort;
    1113  CevoContactBug = 'https://app.zdechov.net/c-evo/report/1';
    1214  AppRegistryKey = '\SOFTWARE\C-evo';
    13   AITemplateFileName = 'AI Template' + DirectorySeparator + 'AI development manual.html';
     15  AITemplateManual = 'AI development manual';
     16  AITemplateFileName = 'AI Template' + DirectorySeparator + AITemplateManual + '.html';
    1417
    1518
Note: See TracChangeset for help on using the changeset viewer.