summaryrefslogtreecommitdiff
path: root/protocols/Discord/src
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2018-05-22 19:45:53 +0300
committerGeorge Hazan <ghazan@miranda.im>2018-05-22 19:45:53 +0300
commit1340b3b8f0e597797b99814c5ed0496cb3429a2a (patch)
treed6ae1ef463eded1000f2e17fb48199937863057e /protocols/Discord/src
parent158a99ce05af062e0eec587be8db843eb3e7a397 (diff)
m_chat.h => CMPlugin
Diffstat (limited to 'protocols/Discord/src')
-rw-r--r--protocols/Discord/src/groupchat.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Discord/src/groupchat.cpp b/protocols/Discord/src/groupchat.cpp
index 1492a58800..2c4b177313 100644
--- a/protocols/Discord/src/groupchat.cpp
+++ b/protocols/Discord/src/groupchat.cpp
@@ -61,7 +61,7 @@ int CDiscordProto::GroupchatMenuHook(WPARAM, LPARAM lParam)
return 0;
if (gcmi->Type == MENU_ON_LOG)
- Chat_AddMenuItems(gcmi->hMenu, _countof(sttLogListItems), sttLogListItems);
+ Chat_AddMenuItems(gcmi->hMenu, _countof(sttLogListItems), sttLogListItems, g_plugin.m_hLang);
return 0;
}