Ignore:
Timestamp:
Apr 26, 2008, 2:06:24 PM (17 years ago)
Author:
RBRi
Message:

fix the browser call

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.19.1/NewView/HelpTopic.pas

    r267 r270  
    986986      if not Link.Automatic then
    987987      begin
    988         OutputString := '<blue>'
    989                         + GetBeginLink( State.LinkIndex );
     988        OutputString := '<blue>' + GetBeginLink(State.LinkIndex);
    990989      end;
    991990
     
    10601059      begin
    10611060        OutputString := '<blue><link ' + PARAM_LINK_URL + ' '
    1062                         + FullDoubleQuote( ProgramLink )
     1061                        + FullDoubleQuote(StrSubstringFrom(ProgramLink, Length(ProgramPath) + 2))
    10631062                        + '>';
    10641063      end
Note: See TracChangeset for help on using the changeset viewer.