From 394540126b181982d8b61d07a084ceeac8559ed1 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 19 Jun 2012 16:10:58 +0000 Subject: - dynamic hotkey translation - MS_HOTKEY_REGISTER replaced with Hotkey_Register git-svn-id: http://svn.miranda-ng.org/main/trunk@482 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/AddContactPlus/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/AddContactPlus/main.cpp') 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); -- cgit v1.2.3