mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-07 18:00:23 +02:00
PoChecker: fixed comment
git-svn-id: trunk@39797 -
This commit is contained in:
parent
0252709b10
commit
250ae9f3f1
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user