* LHelp: cosmetic (comments, layout)

git-svn-id: trunk@46557 -
This commit is contained in:
reiniero 2014-10-14 14:10:57 +00:00
parent 323c8678f8
commit 371549422c

View File

@ -50,6 +50,7 @@ type
implementation
// Replace %20 with space, \ with /
function FixURL(URL: String):String;
var
X: LongInt;
@ -79,8 +80,8 @@ begin
begin
fLastNode := AParentNode;
NewNode := TContentTreeNode(fTreeView.Items.AddChild(AParentNode, txt));
NewNode.Url:=FixURL('/'+AItem.Local);
NewNode.Data:=fChm;
NewNode.Url := FixURL('/'+AItem.Local);
NewNode.Data := fChm;
if fTreeView.Images <> nil then
begin
NewNode.ImageIndex := 3;