From 6bf18e4265c8a0938d12e98eef1562b1ee4bc97b Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 9 Mar 2017 14:30:35 +0300 Subject: any CSrmmBaseDialog descendant can refer to SESSION_INFO, not only CChatRoomDlg --- plugins/TabSRMM/src/msglog.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'plugins/TabSRMM/src/msglog.cpp') diff --git a/plugins/TabSRMM/src/msglog.cpp b/plugins/TabSRMM/src/msglog.cpp index e0c563f554..2a73f8f2d9 100644 --- a/plugins/TabSRMM/src/msglog.cpp +++ b/plugins/TabSRMM/src/msglog.cpp @@ -1092,7 +1092,7 @@ static void ReplaceIcons(HWND hwndDlg, CTabBaseDlg *dat, LONG startAt, int fAppe FINDTEXTEX fi; fi.chrg.cpMin = startAt; - if (dat->m_clr_added) { + if (dat->m_bClrAdded) { fi.lpstrText = L"##col##"; fi.chrg.cpMax = -1; CHARFORMAT2 cf2; @@ -1278,7 +1278,7 @@ void CTabBaseDlg::StreamInEvents(MEVENT hDbEventFirst, int count, int fAppend, D } // separator strings used for grid lines, message separation and so on... - m_clr_added = FALSE; + m_bClrAdded = false; if (m_szMicroLf[0] == 0) SetupLogFormatting(this); @@ -1355,7 +1355,7 @@ void CTabBaseDlg::StreamInEvents(MEVENT hDbEventFirst, int count, int fAppend, D } ReplaceIcons(m_hwnd, this, startAt, fAppend, isSent); - m_clr_added = FALSE; + m_bClrAdded = false; if (m_hwndIEView == nullptr && m_hwndHPP == nullptr) { int len = GetWindowTextLength(hwndrtf); -- cgit v1.2.3