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 30a998c..917008a 100644 --- a/alf/alf.cpp +++ b/alf/alf.cpp @@ -49,6 +49,7 @@ ALF_Initialize(void) ALF_RegisterPanelClass(); ALF_RegisterLabelClass(); ALF_RegisterNotebookClass(); + ALF_RegisterButtonClass(); ALF_Compat_BufferedPaintInit(); } @@ -73,6 +74,7 @@ ALF_UnInitialize(void) UnregisterClass(_alf_panelClass, ALF_HINSTANCE); UnregisterClass(_alf_labelClass, ALF_HINSTANCE); UnregisterClass(_alf_notebookClass, ALF_HINSTANCE); + UnregisterClass(_alf_buttonClass, ALF_HINSTANCE); ALF_UnloadCompatFunctions(); } |
