diff options
author | George Hazan <george.hazan@gmail.com> | 2012-06-18 11:47:05 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-06-18 11:47:05 +0000 |
commit | 81fe4a0a34e8e07305381e18e449246fef822673 (patch) | |
tree | f67d76b7531445e7a18e7f0975f76f66597e8f69 /src/modules/clist/clc.cpp | |
parent | 1be97f17884f9046e6ab45d45ea327ef00a3d095 (diff) |
sync
git-svn-id: http://svn.miranda-ng.org/main/trunk@469 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/modules/clist/clc.cpp')
-rw-r--r-- | src/modules/clist/clc.cpp | 2 |
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;
|