summaryrefslogtreecommitdiff
path: root/plugins/MyDetails/src/mydetails.cpp
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2013-03-02 13:53:57 +0000
committerKirill Volinsky <mataes2007@gmail.com>2013-03-02 13:53:57 +0000
commit448afa6ff83ad5beea924cf20d0943d9f9b5daad (patch)
tree657f25dd340094a7efb1cb64923d34e25af6e712 /plugins/MyDetails/src/mydetails.cpp
parent87af1c64a8f5ecb4bbae81aa7a6f6c82f91c16b1 (diff)
removed not used headers
added version info git-svn-id: http://svn.miranda-ng.org/main/trunk@3837 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/MyDetails/src/mydetails.cpp')
-rw-r--r--plugins/MyDetails/src/mydetails.cpp14
1 files changed, 7 insertions, 7 deletions
diff --git a/plugins/MyDetails/src/mydetails.cpp b/plugins/MyDetails/src/mydetails.cpp
index ac98f0d3fc..513f9c40ef 100644
--- a/plugins/MyDetails/src/mydetails.cpp
+++ b/plugins/MyDetails/src/mydetails.cpp
@@ -27,13 +27,13 @@ int hLangpack = 0;
PLUGININFOEX pluginInfo={
sizeof(PLUGININFOEX),
- "My Details",
- PLUGIN_MAKE_VERSION(0,0,1,11),
- "Shows and allows you to edit your details for all protocols.",
- "Ricardo Pescuma Domenecci, Drugwash",
- "",
- "© 2005-2008 Ricardo Pescuma Domenecci, Drugwash",
- "http://miranda-ng.org/",
+ __PLUGIN_NAME,
+ PLUGIN_MAKE_VERSION(__MAJOR_VERSION, __MINOR_VERSION, __RELEASE_NUM, __BUILD_NUM),
+ __DESCRIPTION,
+ __AUTHOR,
+ __AUTHOREMAIL,
+ __COPYRIGHT,
+ __AUTHORWEB,
UNICODE_AWARE,
// {A82BAEB3-A33C-4036-B837-7803A5B6C2AB}
{0xa82baeb3, 0xa33c, 0x4036, {0xb8, 0x37, 0x78, 0x3, 0xa5, 0xb6, 0xc2, 0xab}}