summaryrefslogtreecommitdiff
path: root/alf/alf.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'alf/alf.cpp')
-rw-r--r--alf/alf.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/alf/alf.cpp b/alf/alf.cpp
index 61ce4ee..932bd3b 100644
--- a/alf/alf.cpp
+++ b/alf/alf.cpp
@@ -364,6 +364,7 @@ ALF_Initialize(void)
ALF_RegisterComboClass();
ALF_RegisterPanelClass();
ALF_RegisterSpacerClass();
+ ALF_RegisterLabelClass();
ALF_Compat_BufferedPaintInit();
}
@@ -387,6 +388,7 @@ ALF_UnInitialize(void)
UnregisterClass(_alf_comboClass, ALF_HINSTANCE);
UnregisterClass(_alf_panelClass, ALF_HINSTANCE);
UnregisterClass(_alf_spacerClass, ALF_HINSTANCE);
+ UnregisterClass(_alf_labelClass, ALF_HINSTANCE);
ALF_UnloadCompatFunctions();
}