From 81fe4a0a34e8e07305381e18e449246fef822673 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 18 Jun 2012 11:47:05 +0000 Subject: sync git-svn-id: http://svn.miranda-ng.org/main/trunk@469 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Clist_mw/clui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/Clist_mw') diff --git a/plugins/Clist_mw/clui.cpp b/plugins/Clist_mw/clui.cpp index f8a820bca6..14079c2ac6 100644 --- a/plugins/Clist_mw/clui.cpp +++ b/plugins/Clist_mw/clui.cpp @@ -537,7 +537,7 @@ LRESULT CALLBACK ContactListWndProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM l switch (msg) { case WM_CREATE: - CallService(MS_LANGPACK_TRANSLATEMENU,(WPARAM)GetMenu(hwnd),0); + TranslateMenu(GetMenu(hwnd)); DrawMenuBar(hwnd); showOpts = DBGetContactSettingByte(NULL,"CLUI","SBarShow",1); -- cgit v1.2.3