From 1cbdcde34f1d6fbcdb80317fa16c3dd8131f542f Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 4 Aug 2023 18:23:57 +0300 Subject: for #3530 (Bookmarks) --- plugins/TabSRMM/src/msglog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/TabSRMM/src') diff --git a/plugins/TabSRMM/src/msglog.cpp b/plugins/TabSRMM/src/msglog.cpp index b5fc4ca97a..aa049add8b 100644 --- a/plugins/TabSRMM/src/msglog.cpp +++ b/plugins/TabSRMM/src/msglog.cpp @@ -741,7 +741,7 @@ bool CLogWindow::CreateRtfEvent(RtfLogStreamData *streamData, DB::EventInfo &dbe if (dwEffectiveFlags & MWF_LOG_SHOWICONS) { int icon; if ((dwEffectiveFlags & MWF_LOG_INOUTICONS) && dbei.eventType == EVENTTYPE_MESSAGE) { - if (dbei.flags & (DBEF_SECURE | DBEF_SECURE_STRONG)) + if (dbei.flags & (DBEF_SECURE | DBEF_STRONG)) icon = (dbei.flags & DBEF_SECURE) ? LOGICON_SECURE : LOGICON_STRONG; else icon = isSent ? LOGICON_OUT : LOGICON_IN; -- cgit v1.2.3