From 18f40bbda421a49fe5fc3ca8adbfa56783c55649 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 16 Jan 2023 20:22:25 +0300 Subject: =?UTF-8?q?fixes=20#3277=20(NewEventNotify:=20=D0=B4=D0=BE=D0=B1?= =?UTF-8?q?=D0=B0=D0=B2=D0=B8=D1=82=D1=8C=20=D0=BA=20=D0=BD=D0=B0=D1=81?= =?UTF-8?q?=D1=82=D1=80=D0=BE=D0=B9=D0=BA=D0=B5=20"=D0=92=D1=8B=D0=BA?= =?UTF-8?q?=D0=BB=D1=8E=D1=87=D0=B8=D1=82=D1=8C=20=D0=B4=D0=BB=D1=8F=20?= =?UTF-8?q?=D0=BF=D1=80=D0=BE=D1=87=D1=82=D1=91=D0=BD=D0=BD=D1=8B=D1=85"?= =?UTF-8?q?=20=D0=BF=D0=BE=D0=BC=D0=B5=D1=82=D0=BA=D1=83,=20=D1=87=D1=82?= =?UTF-8?q?=D0=BE=20=D0=B5=D1=91=20=D0=BE=D1=82=D0=BA=D0=BB=D1=8E=D1=87?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D0=B5=20=D0=BA=D0=BE=D0=BD=D1=84=D0=BB=D0=B8?= =?UTF-8?q?=D0=BA=D1=82=D1=83=D0=B5=D1=82=20=D1=81=20=D0=B0=D0=BD=D1=82?= =?UTF-8?q?=D0=B8=D1=81=D0=BF=D0=B0=D0=BC=D0=BE=D0=BC)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/NewEventNotify/src/options.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/NewEventNotify/src') diff --git a/plugins/NewEventNotify/src/options.cpp b/plugins/NewEventNotify/src/options.cpp index 5507a230f9..89e838c8d9 100644 --- a/plugins/NewEventNotify/src/options.cpp +++ b/plugins/NewEventNotify/src/options.cpp @@ -190,7 +190,7 @@ public: pwszSection = TranslateT("Misc options"); m_opts.AddOption(pwszSection, TranslateT("No popups for RSS contacts"), g_plugin.bNoRSS); - m_opts.AddOption(pwszSection, TranslateT("No popups for read messages"), g_plugin.bReadCheck); + m_opts.AddOption(pwszSection, TranslateT("No popups for read messages (conflicts with AntiSpam plugin)"), g_plugin.bReadCheck); chkLimit.OnChange = Callback(this, &COptionsMainDlg::onChange_Limit); } -- cgit v1.2.3