|
@@ -1,7 +1,6 @@
|
|
|
unit NewCheckListBox;
|
|
|
|
|
|
-{ TNewCheckListBox by Martijn Laan for My Inno Setup Extensions
|
|
|
- See http://isx.wintax.nl/ for more information
|
|
|
+{ TNewCheckListBox by Martijn Laan for Inno Setup
|
|
|
|
|
|
Based on TPBCheckListBox by Patrick Brisacier and TCheckListBox by Borland
|
|
|
|
|
@@ -10,8 +9,6 @@ unit NewCheckListBox;
|
|
|
|
|
|
Note: TNewCheckListBox uses Items.Objects to store the item state. Don't use
|
|
|
Item.Objects yourself, use ItemObject instead.
|
|
|
-
|
|
|
- $jrsoftware: issrc/Components/NewCheckListBox.pas,v 1.57 2009/03/25 11:47:32 mlaan Exp $
|
|
|
}
|
|
|
|
|
|
{$IFDEF VER90}
|