From 02bb82c1c0a4031e7b2f5578370fa5acd620f8e1 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 11 Sep 2024 19:52:52 +0300 Subject: =?UTF-8?q?fixes=20#4653=20(=D0=9F=D0=BB=D0=B0=D0=B3=D0=B8=D0=BD?= =?UTF-8?q?=D1=8B=20=D1=81=D0=BE=D0=BE=D0=B1=D1=89=D0=B5=D0=BD=D0=B8=D0=B9?= =?UTF-8?q?:=20=D0=BD=D0=B5=D0=B2=D0=BE=D0=B7=D0=BC=D0=BE=D0=B6=D0=BD?= =?UTF-8?q?=D0=BE=20=D1=83=D0=B4=D0=B0=D0=BB=D0=B8=D1=82=D1=8C=20=D0=B8?= =?UTF-8?q?=D0=BC=D1=8F=20=D0=B3=D1=80=D1=83=D0=BF=D0=BF=D1=8B=20=D1=87?= =?UTF-8?q?=D0=B0=D1=82=D0=BE=D0=B2)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- include/m_chat.h | 2 +- include/m_chat_int.h | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/m_chat.h b/include/m_chat.h index 49c3a41dfa..9ce9a83f4e 100644 --- a/include/m_chat.h +++ b/include/m_chat.h @@ -395,7 +395,7 @@ MIR_APP_DLL(int) Chat_SendUserMessage(const char *szModule, const wchar_t *wszTe MIR_APP_DLL(int) Chat_SendUserMessage(SESSION_INFO *si, const wchar_t *wszText); MIR_APP_DLL(int) Chat_SetStatusbarText(SESSION_INFO *si, const wchar_t *wszText); -MIR_APP_DLL(wchar_t*) Chat_GetGroup(void); +MIR_APP_DLL(CMStringW) Chat_GetGroup(void); MIR_APP_DLL(void) Chat_SetGroup(const wchar_t*); MIR_APP_DLL(wchar_t*) Chat_UnescapeTags(wchar_t *str_in); diff --git a/include/m_chat_int.h b/include/m_chat_int.h index bd9f340d41..f8fc7ce950 100644 --- a/include/m_chat_int.h +++ b/include/m_chat_int.h @@ -396,6 +396,7 @@ namespace Chat bFilterEnabled, bTopicOnClist, bPopupOnJoin, + bUseGroup, bDoubleClick4Privat, bShowContactStatus, bContactStatusFirst, -- cgit v1.2.3