diff options
author | (no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> | 2010-04-22 05:04:36 +0000 |
---|---|---|
committer | (no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> | 2010-04-22 05:04:36 +0000 |
commit | 3eab86e88f98801a4983c7ed5d08936b81741f3e (patch) | |
tree | d5ffbf111cf859e574eedc4ba83685bb989248d9 /yapp/services.cpp | |
parent | c12debcb441a2078c30372ba77cfcf6bdb219bfd (diff) |
API standardization cosmetic changes
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@510 4f64403b-2f21-0410-a795-97e2b3489a10
Diffstat (limited to 'yapp/services.cpp')
-rw-r--r-- | yapp/services.cpp | 4 |
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);
|