diff options
Diffstat (limited to 'plugins/AddContactPlus/main.cpp')
-rw-r--r-- | plugins/AddContactPlus/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/AddContactPlus/main.cpp b/plugins/AddContactPlus/main.cpp index 68a210543a..402b9d5ecb 100644 --- a/plugins/AddContactPlus/main.cpp +++ b/plugins/AddContactPlus/main.cpp @@ -171,7 +171,7 @@ static int OnModulesLoaded(WPARAM, LPARAM) hkd.ptszSection = LPGENT("Main");
hkd.pszService = MS_ADDCONTACTPLUS_SHOW;
hkd.DefHotKey = HOTKEYCODE(HOTKEYF_CONTROL | HOTKEYF_SHIFT, 'C') | HKF_MIRANDA_LOCAL;
- CallService(MS_HOTKEY_REGISTER, 0, (LPARAM)&hkd);
+ Hotkey_Register(&hkd);
OnAccListChanged(0, 0);
|