Browse Source

* fixed another whtmlhlp

git-svn-id: trunk@12060 -
marco 16 years ago
parent
commit
066e99be2b
1 changed files with 2 additions and 2 deletions
  1. 2 2
      ide/whtmlhlp.pas

+ 2 - 2
ide/whtmlhlp.pas

@@ -1696,9 +1696,9 @@ begin
 {$IFDEF WDEBUG}
 {$IFDEF WDEBUG}
           DebugMessageS({$i %file%},' Looking for  "'+Link+'"',{$i %line%},'1',0,0);
           DebugMessageS({$i %file%},' Looking for  "'+Link+'"',{$i %line%},'1',0,0);
 {$endif WDEBUG}
 {$endif WDEBUG}
-          Link:=FormatPath(Link);
+          Link:=FormatLink(Link);
 {$IFDEF WDEBUG}
 {$IFDEF WDEBUG}
-          DebugMessageS({$i %file%},' Looking for (after formatpath)  "'+Link+'"',{$i %line%},'1',0,0);
+          DebugMessageS({$i %file%},' Looking for (after formatlink)  "'+Link+'"',{$i %line%},'1',0,0);
 {$endif WDEBUG}
 {$endif WDEBUG}
           P:=Pos('#',Link);
           P:=Pos('#',Link);
           if P>0 then
           if P>0 then