fix registration checkbox win32

git-svn-id: trunk@6031 -
This commit is contained in:
micha 2004-09-18 20:18:29 +00:00
parent d885bc022d
commit b3d193b5f0

View File

@ -548,7 +548,7 @@ initialization
// RegisterWSComponent(TCustomLabel, TWin32WSCustomLabel);
// RegisterWSComponent(TLabel, TWin32WSLabel);
// RegisterWSComponent(TButtonControl, TWin32WSButtonControl);
// RegisterWSComponent(TCustomCheckBox, TWin32WSCustomCheckBox);
RegisterWSComponent(TCustomCheckBox, TWin32WSCustomCheckBox);
// RegisterWSComponent(TCheckBox, TWin32WSCheckBox);
// RegisterWSComponent(TCheckBox, TWin32WSCheckBox);
// RegisterWSComponent(TToggleBox, TWin32WSToggleBox);