diff options
author | Tobias Weimer <wishmaster51@googlemail.com> | 2014-01-19 20:35:37 +0000 |
---|---|---|
committer | Tobias Weimer <wishmaster51@googlemail.com> | 2014-01-19 20:35:37 +0000 |
commit | b32fc4b4f1604d906ff82257d948f468e35ff8a5 (patch) | |
tree | 40bd6f0c61b160bb7778e26dd7819e5180339303 /plugins/FTPFileYM/src/manager.cpp | |
parent | 44fb7e9e5fb9db8ef1876c32a2a6e296c9215c3e (diff) |
-more translation fixes
-removed deprecated service
git-svn-id: http://svn.miranda-ng.org/main/trunk@7772 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/FTPFileYM/src/manager.cpp')
-rw-r--r-- | plugins/FTPFileYM/src/manager.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/FTPFileYM/src/manager.cpp b/plugins/FTPFileYM/src/manager.cpp index 13b8a8cd82..9db3710d17 100644 --- a/plugins/FTPFileYM/src/manager.cpp +++ b/plugins/FTPFileYM/src/manager.cpp @@ -371,7 +371,7 @@ INT_PTR CALLBACK Manager::ManagerDlgProc(HWND hwndDlg, UINT msg, WPARAM wParam, if (hMenu)
{
HMENU hPopupMenu = GetSubMenu(hMenu, 0);
- CallService(MS_LANGPACK_TRANSLATEMENU, (WPARAM)hPopupMenu, 0);
+ TranslateMenu(hPopupMenu);
int command = TrackPopupMenu(hPopupMenu, TPM_LEFTALIGN | TPM_RETURNCMD, pt.x, pt.y, 0, hwndDlg, NULL);
switch (command)
{
|