mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-23 09:19:17 +02:00
IDE: clean up
git-svn-id: trunk@21706 -
This commit is contained in:
parent
a63bbb7f84
commit
16307f4d65
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user