Changeset 304 for trunk/Global.pas
- Timestamp:
- Mar 9, 2021, 10:05:19 AM (5 years ago)
- File:
- 
      - 1 edited
 
 - 
          
  trunk/Global.pas (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
      trunk/Global.pasr301 r304 7 7 CevoMapExt = '.cevo map'; 8 8 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; 11 13 CevoContactBug = 'https://app.zdechov.net/c-evo/report/1'; 12 14 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'; 14 17 15 18 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  
