mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-06 00:58:04 +02:00
* LHelp: cosmetic (comments, layout)
git-svn-id: trunk@46557 -
This commit is contained in:
parent
323c8678f8
commit
371549422c
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user