summaryrefslogtreecommitdiff
path: root/plugins/Popup/src/config.cpp
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2013-03-03 16:05:14 +0000
committerKirill Volinsky <mataes2007@gmail.com>2013-03-03 16:05:14 +0000
commit954ed085481b2e878959e442772ecc5978a1d8d8 (patch)
tree3977b170d710ba459b6b5fe05b1a85a9b254f96b /plugins/Popup/src/config.cpp
parent3cc4e30e93e129328339c4a91630a9a651be38a8 (diff)
removed not used headers
git-svn-id: http://svn.miranda-ng.org/main/trunk@3875 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Popup/src/config.cpp')
-rw-r--r--plugins/Popup/src/config.cpp15
1 files changed, 8 insertions, 7 deletions
diff --git a/plugins/Popup/src/config.cpp b/plugins/Popup/src/config.cpp
index 450c2367a3..1b0ecaee13 100644
--- a/plugins/Popup/src/config.cpp
+++ b/plugins/Popup/src/config.cpp
@@ -51,14 +51,15 @@ POPUPOPTIONS PopUpOptions;
PLUGININFOEX pluginInfoEx =
{
sizeof(PLUGININFOEX),
- POPUP_DISPLAYNAME,
- PLUGIN_MAKE_VERSION(__MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM),
- POPUP_DESCRIPTION,
- POPUP_AUTHOR,
- POPUP_EMAIL,
- POPUP_COPYRIGHT,
- POPUP_WEBPAGE,
+ __PLUGIN_NAME,
+ PLUGIN_MAKE_VERSION(__MAJOR_VERSION, __MINOR_VERSION, __RELEASE_NUM, __BUILD_NUM),
+ __DESCRIPTION,
+ __AUTHOR,
+ __AUTHOREMAIL,
+ __COPYRIGHT,
+ __AUTHORWEB,
UNICODE_AWARE,
+ // {26A9125D-7863-4E01-AF0E-D14EF95C5054}
{0x26a9125d, 0x7863, 0x4e01, {0xaf, 0xe, 0xd1, 0x4e, 0xf9, 0x5c, 0x50, 0x54}}
};