summaryrefslogtreecommitdiff
path: root/plugins/Clist_nicer/CLUIFrames/movetogroup.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Clist_nicer/CLUIFrames/movetogroup.cpp')
-rw-r--r--plugins/Clist_nicer/CLUIFrames/movetogroup.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Clist_nicer/CLUIFrames/movetogroup.cpp b/plugins/Clist_nicer/CLUIFrames/movetogroup.cpp
index 5bb1218408..89bc2a42e4 100644
--- a/plugins/Clist_nicer/CLUIFrames/movetogroup.cpp
+++ b/plugins/Clist_nicer/CLUIFrames/movetogroup.cpp
@@ -23,7 +23,7 @@ static int OnContactMenuBuild(WPARAM wParam,LPARAM lParam)
if (SendMessage(pcli->hwndContactTree, CLM_QUERYFLOATINGCONTACT, wParam, 0))
mi.flags=CMIF_CHECKED;
}
- hFloatingItem = (HANDLE)CallService(MS_CLIST_ADDCONTACTMENUITEM, 0, (LPARAM)&mi);
+ hFloatingItem = Menu_AddContactMenuItem(&mi);
}
else if (!bSetting && hFloatingItem)
{