From 1fb1cf50e18482006dd86f2a1a47d6be2272de61 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 17 Sep 2024 14:28:39 +0300 Subject: =?UTF-8?q?fixes=20#4679=20(NewStory:=20=D0=BA=D0=BD=D0=BE=D0=BF?= =?UTF-8?q?=D0=BA=D0=B0=20"=D0=A6=D0=B8=D1=82=D0=B0=D1=82=D0=B0"=20=D0=BF?= =?UTF-8?q?=D0=BB=D0=B0=D0=B3=D0=B8=D0=BD=D0=B0=20=D1=81=D0=BE=D0=BE=D0=B1?= =?UTF-8?q?=D1=89=D0=B5=D0=BD=D0=B8=D0=B9=20=D1=86=D0=B8=D1=82=D0=B8=D1=80?= =?UTF-8?q?=D1=83=D0=B5=D1=82=20=D0=BD=D0=B5=20=D0=B2=D1=8B=D0=B1=D1=80?= =?UTF-8?q?=D0=B0=D0=BD=D0=BD=D0=BE=D0=B5=20=D1=81=D0=BE=D0=B1=D1=8B=D1=82?= =?UTF-8?q?=D0=B8=D0=B5,=20=D0=B0=20=D0=BF=D0=BE=D1=81=D0=BB=D0=B5=D0=B4?= =?UTF-8?q?=D0=BD=D0=B5=D0=B5)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- include/m_srmm_int.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include') diff --git a/include/m_srmm_int.h b/include/m_srmm_int.h index b33980c301..31f5b38ec0 100644 --- a/include/m_srmm_int.h +++ b/include/m_srmm_int.h @@ -133,14 +133,14 @@ public: virtual void Clear() = 0; virtual int GetType() = 0; virtual HWND GetHwnd() = 0; - virtual wchar_t* GetSelection() = 0; + virtual wchar_t* GetSelectedText() = 0; virtual void LogEvents(MEVENT hDbEventFirst, int count, bool bAppend) = 0; virtual void LogChatEvents(const LOGINFO *lin) = 0; virtual void Resize() = 0; virtual void ScrollToBottom() = 0; virtual void UpdateOptions() {}; - virtual INT_PTR Notify(WPARAM, LPARAM) { return 0; } + virtual INT_PTR Notify(WPARAM, LPARAM) { return 0; } __forceinline CMsgDialog& GetDialog() const { return m_pDlg; @@ -260,7 +260,7 @@ public: bool AtBottom() override; void Clear() override; HWND GetHwnd() override; - wchar_t* GetSelection() override; + wchar_t* GetSelectedText() override; int GetType() override; void Resize() override; void ScrollToBottom() override; -- cgit v1.2.3