lcl: fix RegisterCustomTreeView call of WSRegisterCustomTreeView

git-svn-id: trunk@24812 -
This commit is contained in:
paul 2010-04-22 03:22:09 +00:00
parent 5451a2e4a3
commit 42b80d0755

View File

@ -669,7 +669,7 @@ const
Done: Boolean = False;
begin
if Done then exit;
WSRegisterStatusBar;
WSRegisterCustomTreeView;
// if not WSRegisterStatusBar then
// RegisterWSComponent(TCustomTreeView, TWSCustomTreeView);
Done := True;