Ignore:
Timestamp:
Jan 26, 2007, 8:42:15 PM (19 years ago)
Author:
RBRi
Message:

#8 fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NewView/HelpTopic.pas

    r43 r66  
    10491049         or StrStarts( 'mozilla', ProgramFilename )
    10501050         then
     1051      begin
    10511052        OutputString := '<blue><link url '
    10521053                        + FullDoubleQuote( ProgramLink )
    1053                         + '>'
     1054                        + '>';
     1055      end
    10541056      else
     1057      begin
    10551058        ProgramInfo := TSerializableStringList.create;
    10561059        ProgramInfo.add(ProgramPath);
     
    10601063                        + '>';
    10611064        ProgramInfo.destroy;
     1065      end;
    10621066    end;
    10631067
Note: See TracChangeset for help on using the changeset viewer.