IDE: clean up

git-svn-id: trunk@21706 -
This commit is contained in:
mattias 2009-09-15 00:29:00 +00:00
parent a63bbb7f84
commit 16307f4d65

View File

@ -483,7 +483,7 @@ begin
if (URLPath='index.html')
or (URLPath='images/laztitle.jpg')
or (URLPath='images/cheetah1.png') then begin
OpenFile(Result,'/home/mattias/pascal/wichtig/lazarus/docs/'+URLPath);
OpenFile(Result,EnvironmentOptions.LazarusDirectory+PathDelim+'docs'+PathDelim+URLPath);
end;
end;
end else begin