PoChecker: fixed comment

git-svn-id: trunk@39797 -
This commit is contained in:
maxim 2013-01-07 13:17:07 +00:00
parent 0252709b10
commit 250ae9f3f1

View File

@ -155,7 +155,7 @@ var
i: Integer;
begin
cb := Sender as TCheckBox;
// Set / reset all CheckListBox items.
// Set / reset "basic" CheckListBox items.
for i := 0 to TestListBox.Count - 2 do
TestListBox.Checked[i] := cb.Checked;
end;