summaryrefslogtreecommitdiff
path: root/yapp/services.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'yapp/services.cpp')
-rw-r--r--yapp/services.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/yapp/services.cpp b/yapp/services.cpp
index e21b721..9cda824 100644
--- a/yapp/services.cpp
+++ b/yapp/services.cpp
@@ -463,8 +463,8 @@ HANDLE hEventBuildMenu;
void InitServices() {
int i = 0;
hService[i++] = CreateServiceFunction(MS_YAPP_SHOWPOPUP, ShowPopup);
- hService[i++] = CreateServiceFunction(MS_YAPP_REGISTERCLASS, RegisterPopupClass);
- hService[i++] = CreateServiceFunction(MS_YAPP_CLASSINSTANCE, CreateClassPopup);
+ hService[i++] = CreateServiceFunction(MS_POPUP_REGISTERCLASS, RegisterPopupClass);
+ hService[i++] = CreateServiceFunction(MS_POPUP_ADDPOPUPCLASS, CreateClassPopup);
hService[i++] = CreateServiceFunction(MS_YAPP_GETCONTACT, GetContact);
hService[i++] = CreateServiceFunction(MS_YAPP_GETOPAQUE, GetOpaque);