From 16307f4d659632412c4d8866f9512a27f624b874 Mon Sep 17 00:00:00 2001 From: mattias Date: Tue, 15 Sep 2009 00:29:00 +0000 Subject: [PATCH] IDE: clean up git-svn-id: trunk@21706 - --- ide/helpmanager.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ide/helpmanager.pas b/ide/helpmanager.pas index 4e27695d56..d6428bdf09 100644 --- a/ide/helpmanager.pas +++ b/ide/helpmanager.pas @@ -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