summaryrefslogtreecommitdiff
path: root/plugins/AuthState
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/AuthState')
-rw-r--r--plugins/AuthState/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/AuthState/main.cpp b/plugins/AuthState/main.cpp
index ba5a006f2d..890e3689b1 100644
--- a/plugins/AuthState/main.cpp
+++ b/plugins/AuthState/main.cpp
@@ -369,7 +369,7 @@ extern "C" int __declspec(dllexport) Load(PLUGINLINK *link)
mi.flags = CMIF_TCHAR;
mi.ptszName = _T("Enable AuthState icons");
mi.pszService = "AuthState/MenuItem";
- hUserMenu = (HANDLE) CallService(MS_CLIST_ADDCONTACTMENUITEM, 0, (LPARAM) & mi);
+ hUserMenu = Menu_AddContactMenuItem(&mi);
}
g_IECClear.cbSize = sizeof(IconExtraColumn);