summaryrefslogtreecommitdiff
path: root/plugins/TopToolBar/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/TopToolBar/src/main.cpp')
-rw-r--r--plugins/TopToolBar/src/main.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/plugins/TopToolBar/src/main.cpp b/plugins/TopToolBar/src/main.cpp
index 601de36408..de9d0a528c 100644
--- a/plugins/TopToolBar/src/main.cpp
+++ b/plugins/TopToolBar/src/main.cpp
@@ -1,6 +1,5 @@
#include "common.h"
-#include "version.h"
HINSTANCE hInst;
int hLangpack;
@@ -10,12 +9,13 @@ PLUGININFOEX pluginInfo =
sizeof(PLUGININFOEX),
__PLUGIN_NAME,
PLUGIN_MAKE_VERSION(__MAJOR_VERSION, __MINOR_VERSION, __RELEASE_NUM, __BUILD_NUM),
- __PLUGIN_DESC,
- __PLUGIN_AUTHOR,
- __PLUGIN_EMAIL,
- __PLUGIN_RIGHTS,
- __PLUGIN_AUTHORWEB,
+ __DESCRIPTION,
+ __AUTHOR,
+ __AUTHOREMAIL,
+ __COPYRIGHT,
+ __AUTHORWEB,
UNICODE_AWARE,
+ // {F593C752-51D8-4D46-BA27-37577953F55C}
{0xf593c752, 0x51d8, 0x4d46, {0xba, 0x27, 0x37, 0x57, 0x79, 0x53, 0xf5, 0x5c}}
};