From 87d4fbbfb03ba594924b08832d55326b3900efd8 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 3 Sep 2018 13:57:31 +0300 Subject: fixes #1578 ([TabSRMM] Message text highlighting based on keyword does not work correctly) --- plugins/TabSRMM/src/chat_options.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/TabSRMM/src') diff --git a/plugins/TabSRMM/src/chat_options.cpp b/plugins/TabSRMM/src/chat_options.cpp index 6b218f16f3..dabe09fc1a 100644 --- a/plugins/TabSRMM/src/chat_options.cpp +++ b/plugins/TabSRMM/src/chat_options.cpp @@ -989,7 +989,7 @@ public: CHighlighOptionDlg() : CChatBaseOptionDlg(IDD_OPTIONS4), edtNick(this, IDC_HIGHLIGHTNICKPATTERN), - edtText(this, IDC_HIGHLIGHTNICKPATTERN), + edtText(this, IDC_HIGHLIGHTTEXTPATTERN), chkNick(this, IDC_HIGHLIGHTNICKENABLE), chkText(this, IDC_HIGHLIGHTTEXTENABLE) { -- cgit v1.2.3