summaryrefslogtreecommitdiff
path: root/plugins/NewAwaySysMod/MsgTree.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/NewAwaySysMod/MsgTree.cpp')
-rw-r--r--plugins/NewAwaySysMod/MsgTree.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/NewAwaySysMod/MsgTree.cpp b/plugins/NewAwaySysMod/MsgTree.cpp
index ba84ba6f61..c04665d33f 100644
--- a/plugins/NewAwaySysMod/MsgTree.cpp
+++ b/plugins/NewAwaySysMod/MsgTree.cpp
@@ -448,7 +448,7 @@ static LRESULT CALLBACK MsgTreeSubclassProc(HWND hWnd, UINT Msg, WPARAM wParam,
}
_ASSERT(hMenu);
HMENU hPopupMenu = GetSubMenu(hMenu, 0);
- CallService(MS_LANGPACK_TRANSLATEMENU, (WPARAM)hPopupMenu, 0);
+ TranslateMenu(hPopupMenu);
ClientToScreen(hWnd, &ht.pt);
struct
{