From f08c16820a6bf1b1e9087909d604efbca8520808 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Sat, 20 Oct 2012 16:19:36 +0000 Subject: version info standartization git-svn-id: http://svn.miranda-ng.org/main/trunk@1994 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Boltun/Boltun_10.vcxproj | 8 ++------ plugins/Boltun/Boltun_10.vcxproj.filters | 24 ++++++++++-------------- plugins/Boltun/src/boltun.cpp | 19 ++++++++++--------- plugins/Boltun/src/boltun.h | 2 -- 4 files changed, 22 insertions(+), 31 deletions(-) (limited to 'plugins/Boltun') diff --git a/plugins/Boltun/Boltun_10.vcxproj b/plugins/Boltun/Boltun_10.vcxproj index 0c709d94c4..4bc1e66885 100644 --- a/plugins/Boltun/Boltun_10.vcxproj +++ b/plugins/Boltun/Boltun_10.vcxproj @@ -187,18 +187,14 @@ + - - - - - - + diff --git a/plugins/Boltun/Boltun_10.vcxproj.filters b/plugins/Boltun/Boltun_10.vcxproj.filters index 7c9835f7e1..b7d0de0d5f 100644 --- a/plugins/Boltun/Boltun_10.vcxproj.filters +++ b/plugins/Boltun/Boltun_10.vcxproj.filters @@ -86,25 +86,21 @@ Header Files\Engine + + Header Files + - + Resource Files - - + + Resource Files - - - - - - - Source Files - + - - Resource Files - + + Source Files\Enigne + \ No newline at end of file diff --git a/plugins/Boltun/src/boltun.cpp b/plugins/Boltun/src/boltun.cpp index e19e207c29..25968b15a7 100644 --- a/plugins/Boltun/src/boltun.cpp +++ b/plugins/Boltun/src/boltun.cpp @@ -37,6 +37,7 @@ #include "resource.h" #include "resource.h" +#include "version.h" #include "boltun.h" #include "config.h" @@ -57,18 +58,18 @@ BOOL blInit = FALSE; UINT pTimer = 0; TCHAR *path; -PLUGININFOEX pluginInfo={ +PLUGININFOEX pluginInfo = { sizeof(PLUGININFOEX), - BOLTUN_NAME, - PLUGIN_MAKE_VERSION(0,0,3,0), - PLUGIN_DESCRIPTION, - "Alexander S. Kiselev, Valentin Pavlyuchenko", - "Valentin.Pavlyuchenko@gmail.com", - "© 2003-2008 Alexander S. Kiselev A.K.A. KAS, Valentin Pavlyuchenko", - "http://miranda-ng.org/", + __PLUGIN_NAME, + PLUGIN_MAKE_VERSION(__MAJOR_VERSION, __MINOR_VERSION, __RELEASE_NUM, __BUILD_NUM), + __DESCRIPTION, + __AUTHOR, + __AUTHOREMAIL, + __COPYRIGHT, + __AUTHORWEB, UNICODE_AWARE, // {488C5C84-56DA-434F-96F1-B18900DEF760} - { 0x488c5c84, 0x56da, 0x434f, { 0x96, 0xf1, 0xb1, 0x89, 0x0, 0xde, 0xf7, 0x60 } } + {0x488c5c84, 0x56da, 0x434f, {0x96, 0xf1, 0xb1, 0x89, 0x0, 0xde, 0xf7, 0x60}} }; static HANDLE hEventDbEventAdded; diff --git a/plugins/Boltun/src/boltun.h b/plugins/Boltun/src/boltun.h index 914869387c..dc0cdcdb22 100644 --- a/plugins/Boltun/src/boltun.h +++ b/plugins/Boltun/src/boltun.h @@ -50,8 +50,6 @@ //Plugin name #define BOLTUN_NAME "Boltun" -#define PLUGIN_DESCRIPTION "Boltun, the chat bot in the russian language." - #define MIND_FILE_DESC _T("Mind Files") #define ALL_FILES_DESC _T("All Files") -- cgit v1.2.3