summaryrefslogtreecommitdiff
path: root/plugins/AvatarHistory/src/AvatarHistory.cpp
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2012-10-12 05:22:23 +0000
committerKirill Volinsky <mataes2007@gmail.com>2012-10-12 05:22:23 +0000
commit7fd44b9f7907e17770b65ca897ac677bb6ee1f1f (patch)
treee4aed42ba736671f235fd91c6444583a1f3afa76 /plugins/AvatarHistory/src/AvatarHistory.cpp
parent536d08b243bc73f6c7b0d155d5df6151d883d4e3 (diff)
AvatarHistory
version added git-svn-id: http://svn.miranda-ng.org/main/trunk@1879 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/AvatarHistory/src/AvatarHistory.cpp')
-rw-r--r--plugins/AvatarHistory/src/AvatarHistory.cpp14
1 files changed, 7 insertions, 7 deletions
diff --git a/plugins/AvatarHistory/src/AvatarHistory.cpp b/plugins/AvatarHistory/src/AvatarHistory.cpp
index d6e41d02d7..a49fa28786 100644
--- a/plugins/AvatarHistory/src/AvatarHistory.cpp
+++ b/plugins/AvatarHistory/src/AvatarHistory.cpp
@@ -60,13 +60,13 @@ BOOL CreateShortcut(TCHAR *file, TCHAR *shortcut);
PLUGININFOEX pluginInfo={
sizeof(PLUGININFOEX),
- "Avatar History",
- PLUGIN_MAKE_VERSION(0,0,3,3),
- "This plugin keeps backups of all your contacts' avatar changes and/or shows popups.",
- "Matthew Wild (MattJ), Ricardo Pescuma Domenecci",
- "mwild1@gmail.com",
- "© 2006-2012 Matthew Wild, Ricardo Pescuma Domenecci",
- "http://miranda-ng.org/",
+ __PLUGIN_NAME,
+ PLUGIN_MAKE_VERSION(__MAJOR_VERSION, __MINOR_VERSION, __RELEASE_NUM, __BUILD_NUM),
+ __DESCRIPTION,
+ __AUTHOR,
+ __AUTHOREMAIL,
+ __COPYRIGHT,
+ __AUTHORWEB,
UNICODE_AWARE,
{ 0xdbe8c990, 0x7aa0, 0x458d, { 0xba, 0xb7, 0x33, 0xeb, 0x7, 0x23, 0x8e, 0x71 } } // {DBE8C990-7AA0-458d-BAB7-33EB07238E71}
};