mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-30 03:22:48 +02:00
fix registration checkbox win32
git-svn-id: trunk@6031 -
This commit is contained in:
parent
d885bc022d
commit
b3d193b5f0
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user