summaryrefslogtreecommitdiff
path: root/plugins/Scriver/chat/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Scriver/chat/main.c')
-rw-r--r--plugins/Scriver/chat/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Scriver/chat/main.c b/plugins/Scriver/chat/main.c
index aa14d7f8df..ff2d980427 100644
--- a/plugins/Scriver/chat/main.c
+++ b/plugins/Scriver/chat/main.c
@@ -44,7 +44,7 @@ int Chat_Load()
{
InitializeCriticalSection(&cs);
g_hMenu = LoadMenu(g_hInst, MAKEINTRESOURCE(IDR_MENU));
- CallService(MS_LANGPACK_TRANSLATEMENU, (WPARAM) g_hMenu, 0);
+ TranslateMenu(g_hMenu);
HookEvents();
CreateServiceFunctions();
CreateHookableEvents();