diff options
Diffstat (limited to 'alf/alf.cpp')
| -rw-r--r-- | alf/alf.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/alf/alf.cpp b/alf/alf.cpp index 9120399..ecf2e7f 100644 --- a/alf/alf.cpp +++ b/alf/alf.cpp @@ -400,6 +400,7 @@ ALF_Initialize(void) ALF_RegisterPanelClass(); ALF_RegisterSpacerClass(); ALF_RegisterLabelClass(); + ALF_RegisterNotebookClass(); ALF_Compat_BufferedPaintInit(); } @@ -424,6 +425,7 @@ ALF_UnInitialize(void) UnregisterClass(_alf_panelClass, ALF_HINSTANCE); UnregisterClass(_alf_spacerClass, ALF_HINSTANCE); UnregisterClass(_alf_labelClass, ALF_HINSTANCE); + UnregisterClass(_alf_notebookClass, ALF_HINSTANCE); ALF_UnloadCompatFunctions(); } |
