summaryrefslogtreecommitdiff
path: root/src/modules/clist/clc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/clist/clc.cpp')
-rw-r--r--src/modules/clist/clc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/clist/clc.cpp b/src/modules/clist/clc.cpp
index e438e4d7b3..087cc34e30 100644
--- a/src/modules/clist/clc.cpp
+++ b/src/modules/clist/clc.cpp
@@ -58,7 +58,7 @@ HMENU fnBuildGroupPopupMenu( struct ClcGroup* group )
HMENU hGroupMenu = GetSubMenu(hMenu, 2);
RemoveMenu(hMenu, 2, MF_BYPOSITION);
DestroyMenu(hMenu);
- CallService(MS_LANGPACK_TRANSLATEMENU, (WPARAM) hGroupMenu, 0);
+ TranslateMenu(hGroupMenu);
CheckMenuItem(hGroupMenu, POPUP_GROUPHIDEOFFLINE, group->hideOffline ? MF_CHECKED : MF_UNCHECKED);
return hGroupMenu;