summaryrefslogtreecommitdiff
path: root/plugins/Ping/src/pingthread.cpp
diff options
context:
space:
mode:
authorTobias Weimer <wishmaster51@googlemail.com>2012-12-31 12:32:14 +0000
committerTobias Weimer <wishmaster51@googlemail.com>2012-12-31 12:32:14 +0000
commit6410348ada83ca5fea19f706506ae4afaf8f4a89 (patch)
tree6e8403e314f144504829fb713fbd2673af441ded /plugins/Ping/src/pingthread.cpp
parentd73a62b9e037711e47d0ab78df1459de97b7bdc3 (diff)
-Try to fix a crash (fixes #169)
-Translation fix git-svn-id: http://svn.miranda-ng.org/main/trunk@2894 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Ping/src/pingthread.cpp')
-rw-r--r--plugins/Ping/src/pingthread.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Ping/src/pingthread.cpp b/plugins/Ping/src/pingthread.cpp
index b8c0822bf4..538cb9e5cb 100644
--- a/plugins/Ping/src/pingthread.cpp
+++ b/plugins/Ping/src/pingthread.cpp
@@ -489,7 +489,7 @@ LRESULT CALLBACK FrameWindowProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lPar
EnableMenuItem(submenu, ID_MENU_TOGGLE, MF_BYCOMMAND | MF_GRAYED);
}
- CallService(MS_LANGPACK_TRANSLATEMENU,(WPARAM)submenu,0);
+ TranslateMenu(submenu);
//ClientToScreen(list_hwnd, &pt);
GetCursorPos(&pt);