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 /plugins/Clist_mw | |
parent | 1be97f17884f9046e6ab45d45ea327ef00a3d095 (diff) |
sync
git-svn-id: http://svn.miranda-ng.org/main/trunk@469 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Clist_mw')
-rw-r--r-- | plugins/Clist_mw/clui.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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);
|