diff options
Diffstat (limited to 'protocols/MSN/src/msn.cpp')
-rw-r--r-- | protocols/MSN/src/msn.cpp | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/protocols/MSN/src/msn.cpp b/protocols/MSN/src/msn.cpp index 0f4079639b..5bbfd707d3 100644 --- a/protocols/MSN/src/msn.cpp +++ b/protocols/MSN/src/msn.cpp @@ -44,13 +44,13 @@ int avsPresent = -1; static const PLUGININFOEX pluginInfo =
{
sizeof(PLUGININFOEX),
- "MSN Protocol",
+ __PLUGIN_NAME,
__VERSION_DWORD,
- "Microsoft Network (MSN) protocol support for Miranda NG.",
- "Boris Krasnovskiy, George Hazan, Richard Hughes",
- "borkra@miranda-im.org",
- "© 2001-2012 Richard Hughes, George Hazan, Boris Krasnovskiy",
- "http://miranda-ng.org/",
+ __DESCRIPTION,
+ __AUTHOR,
+ __AUTHOREMAIL,
+ __COPYRIGHT,
+ __AUTHORWEB,
UNICODE_AWARE,
// {97724AF9-F3FB-47d3-A3BF-EAA935C74E6D}
{0x97724af9, 0xf3fb, 0x47d3, {0xa3, 0xbf, 0xea, 0xa9, 0x35, 0xc7, 0x4e, 0x6d}}
|