From c1cb7d69096ff2b3fbd20d1ceeb29fefb0a5bc4a Mon Sep 17 00:00:00 2001 From: mataes2007 Date: Mon, 16 May 2011 20:27:44 +0000 Subject: useactions: added patch from NightFox git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@116 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb --- useactions/res/version.h | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'useactions/res/version.h') diff --git a/useactions/res/version.h b/useactions/res/version.h index 94df319..c4698c8 100644 --- a/useactions/res/version.h +++ b/useactions/res/version.h @@ -8,7 +8,7 @@ #define __MAJOR_VERSION 0 #define __MINOR_VERSION 0 #define __RELEASE_NUM 0 -#define __BUILD_NUM 3 +#define __BUILD_NUM 4 // plugin SVN Revision number //#define __REV_NUM 5678 @@ -21,13 +21,17 @@ //#define __PROD_REV_NUM 1234 // stuff that will be used in PluginInfo section and in Version resource +#if defined (_UNICODE) +#define __PLUGIN_NAME "UseActions (Unicode)" +#else #define __PLUGIN_NAME "UseActions" +#endif #define __FILENAME "UseActions.dll" -#define __DESC "This plugin makes use of actions, serviced by Actions Manager plugin (ActMan, by Awkward)" +#define __DESC "This plugin makes use of actions, serviced by Actions Manager plugin (ActMan by Awkward)." #define __AUTHOR "Igor Abakumov" #define __AUTHOREMAIL "abakumoff@mail.ru" #define __AUTHORWEB "http://vasilich.org/blog" -#define __COPYRIGHT "© 2009 Igor Abakumov" +#define __COPYRIGHT "© 2010 Igor Abakumov" // other stuff for Version resource #define __STRINGIFY_IMPL(x) #x -- cgit v1.2.3