diff -r e73b75f44998 -r 52027c9ab40c libInit.cc --- a/libInit.cc Thu Feb 12 18:45:27 2009 +0100 +++ b/libInit.cc Thu Feb 12 18:45:29 2009 +0100 @@ -24,6 +24,7 @@ _ImageEditor_Init(pass,__pRT__,snd); _MenuEditor_Init(pass,__pRT__,snd); _SelectionBrowser_Init(pass,__pRT__,snd); +_TabListEditor_Init(pass,__pRT__,snd); _UIGalleryView_Init(pass,__pRT__,snd); _UIHelpTool_Init(pass,__pRT__,snd); _UILayoutTool_Init(pass,__pRT__,snd); @@ -35,6 +36,7 @@ _FileSelectionBrowser_Init(pass,__pRT__,snd); _ResourceSelectionBrowser_Init(pass,__pRT__,snd); _UIPainterView_Init(pass,__pRT__,snd); +_UIListEditor_Init(pass,__pRT__,snd); __END_PACKAGE__();