diff options
author | George Hazan <george.hazan@gmail.com> | 2023-09-26 13:34:09 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2023-09-26 13:34:09 +0300 |
commit | b8ebaa0bdb6be17e014d7a382b86af8c028cf00d (patch) | |
tree | 5ff2f2e64e9bf2f0d214fbc9af1d8a661d934c17 /include | |
parent | aa23f64e684fd892a2ae51eacb71c66434efc4d0 (diff) |
Group chat options are applied alongside the private window options update
Diffstat (limited to 'include')
-rw-r--r-- | include/m_srmm_int.h | 2 |
1 files changed, 1 insertions, 1 deletions
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;
|