From 1340b3b8f0e597797b99814c5ed0496cb3429a2a Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 22 May 2018 19:45:53 +0300 Subject: m_chat.h => CMPlugin --- protocols/SkypeWeb/src/skype_chatrooms.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'protocols/SkypeWeb') diff --git a/protocols/SkypeWeb/src/skype_chatrooms.cpp b/protocols/SkypeWeb/src/skype_chatrooms.cpp index 2ff7f8140a..1e0401e648 100644 --- a/protocols/SkypeWeb/src/skype_chatrooms.cpp +++ b/protocols/SkypeWeb/src/skype_chatrooms.cpp @@ -577,7 +577,7 @@ int CSkypeProto::OnGroupChatMenuHook(WPARAM, LPARAM lParam) { LPGENW("&Leave chat session"), 20, MENU_ITEM, FALSE }, { LPGENW("&Change topic..."), 30, MENU_ITEM, FALSE } }; - Chat_AddMenuItems(gcmi->hMenu, _countof(Items), Items); + Chat_AddMenuItems(gcmi->hMenu, _countof(Items), Items, g_plugin.m_hLang); } else if (gcmi->Type == MENU_ON_NICKLIST) { static const struct gc_item Items[] = @@ -589,7 +589,7 @@ int CSkypeProto::OnGroupChatMenuHook(WPARAM, LPARAM lParam) { LPGENW("&User"), 40, MENU_POPUPITEM }, { LPGENW("Change nick..."), 50, MENU_ITEM }, }; - Chat_AddMenuItems(gcmi->hMenu, _countof(Items), Items); + Chat_AddMenuItems(gcmi->hMenu, _countof(Items), Items, g_plugin.m_hLang); } return 0; -- cgit v1.2.3