diff options
author | Tobias Weimer <wishmaster51@googlemail.com> | 2012-11-03 19:56:33 +0000 |
---|---|---|
committer | Tobias Weimer <wishmaster51@googlemail.com> | 2012-11-03 19:56:33 +0000 |
commit | fe844a9cc0b23a1c1a9906fe606c651f453ff8ec (patch) | |
tree | beb9d373fa74f1ff9ac82f0839424ab06d17af74 /plugins/StopSpamPlus/src/headers.h | |
parent | af54d0aa9a04ffa55e25c74e383521e5954b5aa1 (diff) |
minor options layout issue (ticket:152)
git-svn-id: http://svn.miranda-ng.org/main/trunk@2173 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/StopSpamPlus/src/headers.h')
-rw-r--r-- | plugins/StopSpamPlus/src/headers.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/StopSpamPlus/src/headers.h b/plugins/StopSpamPlus/src/headers.h index 6da161f793..5675319390 100644 --- a/plugins/StopSpamPlus/src/headers.h +++ b/plugins/StopSpamPlus/src/headers.h @@ -35,7 +35,7 @@ #define pluginName "StopSpam"
-extern char * pluginDescription;
+extern TCHAR * pluginDescription;
extern TCHAR const * infTalkProtPrefix;
extern char const * answeredSetting;
extern char const * questCountSetting;
|