mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-20 12:19:31 +02:00
LCL: THelpDBISourceFile.GetBasePath: more SetDirSeparator
git-svn-id: trunk@30949 -
This commit is contained in:
parent
01abf5d4b3
commit
acefb49e2f
@ -902,6 +902,7 @@ begin
|
||||
if (HelpDatabases<>nil) then
|
||||
HelpDatabases.SubstituteMacros(Result);
|
||||
end;
|
||||
Result:=TrimFilename(SetDirSeparators(Result));
|
||||
end;
|
||||
|
||||
{ THelpDatabase }
|
||||
@ -2398,8 +2399,8 @@ begin
|
||||
if BasePathObject=nil then
|
||||
Result:=''
|
||||
else
|
||||
Result:=AppendPathDelim(
|
||||
HelpDatabases.GetBaseDirectoryForBasePathObject(BasePathObject));
|
||||
Result:=AppendPathDelim(TrimFilename(SetDirSeparators(
|
||||
HelpDatabases.GetBaseDirectoryForBasePathObject(BasePathObject))));
|
||||
end;
|
||||
|
||||
{ THelpDBISourceDirectory }
|
||||
|
Loading…
Reference in New Issue
Block a user