diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2015-08-01 18:59:39 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2015-08-01 18:59:39 +0000 |
commit | c1d55f386dda0203be456f8188070d0397711e32 (patch) | |
tree | 289772bb5bb418010163ea3988854188c2e789f4 /plugins/StopSpamPlus/src/options.cpp | |
parent | 1e2b37b3408c3b732e221aadbf92edc13a77005b (diff) |
stopspam: common project
git-svn-id: http://svn.miranda-ng.org/main/trunk@14786 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/StopSpamPlus/src/options.cpp')
-rw-r--r-- | plugins/StopSpamPlus/src/options.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/StopSpamPlus/src/options.cpp b/plugins/StopSpamPlus/src/options.cpp index 32c0b095f5..03105de55d 100644 --- a/plugins/StopSpamPlus/src/options.cpp +++ b/plugins/StopSpamPlus/src/options.cpp @@ -1,4 +1,4 @@ -#include "headers.h"
+#include "stdafx.h"
TCHAR * pluginDescription = TranslateT("No more spam! Robots can't go! Only human beings invited!\r\n\r\nThis plugin works pretty simple:\r\nWhile messages from users on your contact list go as there is no any anti-spam software, messages from unknown users are not delivered to you. But also they are not ignored, this plugin replies with a simple question, and if user gives the right answer, plugin adds him to your contact list so that he can contact you.");
TCHAR const * infTalkProtPrefix = TranslateT("StopSpam automatic message:\r\n");
|