diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-10-27 09:04:24 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-10-27 09:04:24 +0000 |
commit | 3493aade67d1b80576777bddb8450a09987b1582 (patch) | |
tree | d13bb42fc867e37b1a4d5ddb1ed76310773186f3 /protocols/Twitter/src/main.cpp | |
parent | 22aa69a8d572fa38305471698da4340b93aa4290 (diff) |
Twitter version bump to 1.0.0.3, version standardization, description update in russian langpack
git-svn-id: http://svn.miranda-ng.org/main/trunk@2090 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Twitter/src/main.cpp')
-rw-r--r-- | protocols/Twitter/src/main.cpp | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/protocols/Twitter/src/main.cpp b/protocols/Twitter/src/main.cpp index e354725dce..c92e757597 100644 --- a/protocols/Twitter/src/main.cpp +++ b/protocols/Twitter/src/main.cpp @@ -29,13 +29,13 @@ int hLangpack = 0; PLUGININFOEX pluginInfo={
sizeof(PLUGININFOEX),
- "Twitter Plugin",
- __VERSION_DWORD,
- "Provides basic support for Twitter protocol.",
- "dentist, omniwolf, Thief",
- "",
- "© 2009-2010 dentist, 2010-2012 omniwolf and Thief",
- "http://miranda-ng.org/",
+ __PLUGIN_NAME,
+ PLUGIN_MAKE_VERSION(__MAJOR_VERSION, __MINOR_VERSION, __RELEASE_NUM, __BUILD_NUM),
+ __DESCRIPTION,
+ __AUTHOR,
+ __AUTHOREMAIL,
+ __COPYRIGHT,
+ __AUTHORWEB,
UNICODE_AWARE,
//{BC09A71B-B86E-4d33-B18D-82D30451DD3C}
{ 0xbc09a71b, 0xb86e, 0x4d33, { 0xb1, 0x8d, 0x82, 0xd3, 0x4, 0x51, 0xdd, 0x3c } }
|