summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2023-09-05 16:03:58 +0300
committerGeorge Hazan <george.hazan@gmail.com>2023-09-05 16:03:58 +0300
commit64c2fb8c4329d430a4894f154b47269693e31102 (patch)
tree01963e859043e822306b98308983ab31e9606bfe /include
parent28c2eb96831f1e6088e4b498f8125b050585dd3b (diff)
CSrmmBaseDialog::SetMessageText - move all low-level stuff inside a function
Diffstat (limited to 'include')
-rw-r--r--include/m_srmm_int.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/m_srmm_int.h b/include/m_srmm_int.h
index 2d69f7d00f..2dd9488c0a 100644
--- a/include/m_srmm_int.h
+++ b/include/m_srmm_int.h
@@ -326,6 +326,7 @@ public:
bool IsSuitableEvent(const LOGINFO &lin) const;
void RedrawLog();
void ScheduleRedrawLog();
+ void SetMessageText(const wchar_t *pwszText, bool bAppend = true);
void ShowColorChooser(int iCtrlId);
void UpdateNickList(void);