From 3d48574e08e1e69d7cbb33a9feca461eea18cf5b Mon Sep 17 00:00:00 2001 From: mattias Date: Mon, 28 Jan 2013 15:14:49 +0000 Subject: [PATCH] lazcontrols: comments git-svn-id: trunk@40007 - --- components/lazcontrols/treefilteredit.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/lazcontrols/treefilteredit.pas b/components/lazcontrols/treefilteredit.pas index d015e67fbb..36f584eca9 100644 --- a/components/lazcontrols/treefilteredit.pas +++ b/components/lazcontrols/treefilteredit.pas @@ -64,7 +64,7 @@ type fImageIndexDirectory: integer; // Needed if directory structure is shown. fSelectionList: TStringList; // Store/restore the old selections here. fShowDirHierarchy: Boolean; // Show direcories / files as a tree structure. - fBranches: TBranchList; // Items are under these nodes can be sorted. + fBranches: TBranchList; // Items under these nodes can be sorted. fExpandAllInitially: Boolean; // Expand all levels when searched for the first time. fIsFirstTime: Boolean; // Needed for fExpandAllInitially. fOnGetImageIndex: TImageIndexEvent;