summaryrefslogtreecommitdiff
path: root/plugins/SRMM/msgs.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/SRMM/msgs.c')
-rw-r--r--plugins/SRMM/msgs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/SRMM/msgs.c b/plugins/SRMM/msgs.c
index bfba1b6299..8b822c2b42 100644
--- a/plugins/SRMM/msgs.c
+++ b/plugins/SRMM/msgs.c
@@ -326,7 +326,7 @@ static int SplitmsgModulesLoaded(WPARAM wParam, LPARAM lParam)
mi.icolibItem = LoadSkinnedIconHandle( SKINICON_EVENT_MESSAGE );
mi.pszName = LPGEN("&Message");
mi.pszService = MS_MSG_SENDMESSAGE;
- hMsgMenuItem = ( HANDLE )CallService(MS_CLIST_ADDCONTACTMENUITEM, 0, (LPARAM) & mi);
+ hMsgMenuItem = Menu_AddContactMenuItem(&mi);
}
HookEvent(ME_FONT_RELOAD, FontsChanged);