Changeset 53 for trunk/Start.pas


Ignore:
Timestamp:
Jan 11, 2017, 11:45:22 PM (7 years ago)
Author:
chronos
Message:
  • Fixed: Correctly show normal help page with text content.
  • Fixed: Correctly show watermark image in help.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Start.pas

    r52 r53  
    15651565      maConfig:
    15661566        begin
    1567            OpenDocument(pchar(HomeDir + 'Configurator.exe'));{ *Převedeno z ShellExecute* }
     1567           OpenDocument(pchar(HomeDir + 'Configurator.exe'));
    15681568          Close
    15691569        end;
     
    15731573        DirectHelp(cStartCredits);
    15741574      maAIDev:
    1575          OpenDocument(pchar(HomeDir + 'AI Template' + DirectorySeparator + 'AI development manual.html'));{ *Převedeno z ShellExecute* }
     1575         OpenDocument(pchar(HomeDir + 'AI Template' + DirectorySeparator + 'AI development manual.html'));
    15761576      maWeb:
    1577         OpenURL('http://c-evo.org'){ *Převedeno z ShellExecute* }
     1577        OpenURL('http://c-evo.org')
    15781578    end;
    15791579  end
Note: See TracChangeset for help on using the changeset viewer.