diff options
author | George Hazan <ghazan@miranda.im> | 2018-09-03 13:57:31 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-09-03 13:57:31 +0300 |
commit | 87d4fbbfb03ba594924b08832d55326b3900efd8 (patch) | |
tree | df8441d3f7b05e9f22435a1cb65a7fda20c223b5 /plugins | |
parent | 4d5fc7652f384e04e73c6eb7a8f74d14e1e4c3c4 (diff) |
fixes #1578 ([TabSRMM] Message text highlighting based on keyword does not work correctly)
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/TabSRMM/src/chat_options.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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)
{
|