diff options
Diffstat (limited to 'plugins/UserInfoEx/svc_refreshci.cpp')
-rw-r--r-- | plugins/UserInfoEx/svc_refreshci.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/UserInfoEx/svc_refreshci.cpp b/plugins/UserInfoEx/svc_refreshci.cpp index fa3b00a584..b5e84d004a 100644 --- a/plugins/UserInfoEx/svc_refreshci.cpp +++ b/plugins/UserInfoEx/svc_refreshci.cpp @@ -932,5 +932,5 @@ VOID SvcRefreshContactInfoLoadModule(VOID) hk.pszName = "RefreshContactDetails";
hk.pszDescription = LPGEN("Refresh Contact Details");
hk.pszService = MS_USERINFO_REFRESH;
- CallService(MS_HOTKEY_REGISTER, NULL, (LPARAM)&hk);
+ Hotkey_Register(&hk);
}
|