blob: c7e688acf0577472ba62f727bced3a7240096adb (
plain)
| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
 | #define __MAJOR_VERSION            0
#define __MINOR_VERSION            2
#define __RELEASE_NUM            6
#define __BUILD_NUM               1
#include <stdver.h>
#define __PLUGIN_NAME             "Spell checker"
#define __FILENAME               "SpellChecker.dll"
#define __DESCRIPTION             "Spell checker for the message windows. Uses Hunspell to do the checking."
#define __AUTHOR               "Ricardo Pescuma Domenecci, FREAK_THEMIGHTY"
#define __AUTHOREMAIL            "pescuma@miranda-im.org"
#define __AUTHORWEB               "http://miranda-ng.org/p/SpellChecker/"
#define __COPYRIGHT               "© 2006-2010 Ricardo Pescuma Domenecci"
 |