Changeset 270 for branches/2.19.1/NewView/HelpTopic.pas
- Timestamp:
- Apr 26, 2008, 2:06:24 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.19.1/NewView/HelpTopic.pas
r267 r270 986 986 if not Link.Automatic then 987 987 begin 988 OutputString := '<blue>' 989 + GetBeginLink( State.LinkIndex ); 988 OutputString := '<blue>' + GetBeginLink(State.LinkIndex); 990 989 end; 991 990 … … 1060 1059 begin 1061 1060 OutputString := '<blue><link ' + PARAM_LINK_URL + ' ' 1062 + FullDoubleQuote( ProgramLink)1061 + FullDoubleQuote(StrSubstringFrom(ProgramLink, Length(ProgramPath) + 2)) 1063 1062 + '>'; 1064 1063 end
Note:
See TracChangeset
for help on using the changeset viewer.