diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-03-14 12:56:15 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-03-14 12:56:15 +0000 |
commit | a42cae3b61b4696346033cbc257198f2708af486 (patch) | |
tree | 8fb8d0d773e9c56f1986b156447951be53c012a9 /plugins/WhoUsesMyFiles/src/wumfplug.cpp | |
parent | de1d4b7048bb2cf6b117b5792a9f17e494a9dc39 (diff) |
added precompiled header
added version info
git-svn-id: http://svn.miranda-ng.org/main/trunk@4023 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/WhoUsesMyFiles/src/wumfplug.cpp')
-rw-r--r-- | plugins/WhoUsesMyFiles/src/wumfplug.cpp | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/plugins/WhoUsesMyFiles/src/wumfplug.cpp b/plugins/WhoUsesMyFiles/src/wumfplug.cpp index b4af03a16b..9dd9c58c93 100644 --- a/plugins/WhoUsesMyFiles/src/wumfplug.cpp +++ b/plugins/WhoUsesMyFiles/src/wumfplug.cpp @@ -8,13 +8,13 @@ HWND hDlg; static PLUGININFOEX pluginInfo = {
sizeof(PLUGININFOEX),
- "WUMF: Who Use My Files?",
- PLUGIN_MAKE_VERSION(0,1,0,1),
- "Scans for network users of your shared files and notify you with popups. Uses PopUps Interoperability by Luca Santarelli. PopUps plugin must be activated!",
- "Nikolay Redko",
- "nike000@users.sf.net",
- "© 2003 Nike. Freeware. Please mail me all bugs & your suggestions.",
- "http://miranda-ng.org/",
+ __PLUGIN_NAME,
+ PLUGIN_MAKE_VERSION(__MAJOR_VERSION, __MINOR_VERSION, __RELEASE_NUM, __BUILD_NUM),
+ __DESCRIPTION,
+ __AUTHOR,
+ __AUTHOREMAIL,
+ __COPYRIGHT,
+ __AUTHORWEB,
UNICODE_AWARE,
// {80DCA515-973A-4A7E-8B85-5D8EC88FC5A7}
{0x80dca515, 0x973a, 0x4a7e, {0x8b, 0x85, 0x5d, 0x8e, 0xc8, 0x8f, 0xc5, 0xa7}}
|