From ef23e540eddbbfbd8e79d2992cbbf2c956fc2e47 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 1 Oct 2024 17:57:34 +0300 Subject: =?UTF-8?q?fixes=20#4688=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=B4=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D1=82=D1=8C=20=D0=BA?= =?UTF-8?q?=D0=BD=D0=BE=D0=BF=D0=BA=D1=83=20"=D0=9A=D0=BE=D0=B4")?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit also fixes #4699 (Возможность оформить произвольный текст как цитату) --- include/m_srmm_int.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/m_srmm_int.h b/include/m_srmm_int.h index 31f5b38ec0..f925844733 100644 --- a/include/m_srmm_int.h +++ b/include/m_srmm_int.h @@ -299,6 +299,7 @@ protected: INT_PTR DlgProc(UINT msg, WPARAM wParam, LPARAM lParam) override; bool AllowTyping() const; + void InsertBbcodeString(const wchar_t *pwszStr); int NotifyEvent(int code); #ifdef _WINDOWS bool ProcessFileDrop(HDROP hDrop, MCONTACT hContact); -- cgit v1.2.3