Ignore:
Timestamp:
May 7, 2020, 10:33:59 AM (4 years ago)
Author:
chronos
Message:
  • Modified: Code cleanup.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LocalPlayer/Help.pas

    r189 r190  
    19481948      if Link shr 8 and $3F = hkInternet then
    19491949        case Link and $FF of
    1950           1: OpenDocument(pchar(HomeDir + 'AI Template' + DirectorySeparator + 'AI development manual.html'));
     1950          1: OpenDocument(HomeDir + AITemplateFileName);
    19511951          2: OpenURL(CevoHomepage);
    1952           3: OpenURL(CevoHomepageContact);
     1952          3: OpenURL(CevoContact);
    19531953        end
    19541954      else
Note: See TracChangeset for help on using the changeset viewer.