From 3eab86e88f98801a4983c7ed5d08936b81741f3e Mon Sep 17 00:00:00 2001 From: "(no author)" <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> Date: Thu, 22 Apr 2010 05:04:36 +0000 Subject: API standardization cosmetic changes git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@510 4f64403b-2f21-0410-a795-97e2b3489a10 --- yapp/services.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'yapp/services.cpp') 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); -- cgit v1.2.3