From b8ebaa0bdb6be17e014d7a382b86af8c028cf00d Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 26 Sep 2023 13:34:09 +0300 Subject: Group chat options are applied alongside the private window options update --- include/m_srmm_int.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/m_srmm_int.h b/include/m_srmm_int.h index 29d99e69e0..94f6fbd6d3 100644 --- a/include/m_srmm_int.h +++ b/include/m_srmm_int.h @@ -330,6 +330,7 @@ public: void ScheduleRedrawLog(); void SetMessageText(const wchar_t *pwszText, bool bAppend = true); void ShowColorChooser(int iCtrlId); + void UpdateChatOptions(); void UpdateNickList(void); virtual void AddLog(const LOGINFO &lin); @@ -344,7 +345,6 @@ public: virtual void SetStatusText(const wchar_t *, HICON) {} virtual void ShowFilterMenu() {} virtual void UpdateFilterButton(); - virtual void UpdateOptions(); virtual void UpdateStatusBar() {} virtual void UpdateTitle() = 0; -- cgit v1.2.3