diff options
author | George Hazan <ghazan@miranda.im> | 2018-05-22 19:45:53 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-05-22 19:45:53 +0300 |
commit | 1340b3b8f0e597797b99814c5ed0496cb3429a2a (patch) | |
tree | d6ae1ef463eded1000f2e17fb48199937863057e /protocols/Discord/src | |
parent | 158a99ce05af062e0eec587be8db843eb3e7a397 (diff) |
m_chat.h => CMPlugin
Diffstat (limited to 'protocols/Discord/src')
-rw-r--r-- | protocols/Discord/src/groupchat.cpp | 2 |
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; } |