From 5575841aceb87366fde3712f5982988898684bc0 Mon Sep 17 00:00:00 2001 From: sje Date: Thu, 1 Feb 2007 22:38:28 +0000 Subject: added 'UNICODE_AWARE' flag to pluginInfo git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@101 4f64403b-2f21-0410-a795-97e2b3489a10 --- yapp/YAPP.mdsp | 5 ++++- yapp/popups2.cpp | 4 ++-- yapp/version.h | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/yapp/YAPP.mdsp b/yapp/YAPP.mdsp index 5df6b20..bda90c8 100644 --- a/yapp/YAPP.mdsp +++ b/yapp/YAPP.mdsp @@ -117,4 +117,7 @@ resource.rc,23 version.rc,24 resource.h,2162 popups2.rc,830 -version.h,818 +popups2.cpp,1527 +..\..\include\m_plugins.h,0 +..\..\include\newpluginapi.h,1205 +version.h,175 diff --git a/yapp/popups2.cpp b/yapp/popups2.cpp index 47b737b..aebb041 100644 --- a/yapp/popups2.cpp +++ b/yapp/popups2.cpp @@ -45,8 +45,8 @@ PLUGININFO pluginInfo={ __AUTHOREMAIL, __COPYRIGHT, __AUTHORWEB, - 0, //not transient - 0 //doesn't replace anything built-in + UNICODE_AWARE, //not transient + 0 //doesn't replace anything built-in }; PLUGINLINK *pluginLink = 0; diff --git a/yapp/version.h b/yapp/version.h index a5ec130..993a11c 100644 --- a/yapp/version.h +++ b/yapp/version.h @@ -4,7 +4,7 @@ #define __MAJOR_VERSION 0 #define __MINOR_VERSION 2 #define __RELEASE_NUM 1 -#define __BUILD_NUM 8 +#define __BUILD_NUM 9 #define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM #define __FILEVERSION_STRING_DOTS __MAJOR_VERSION.__MINOR_VERSION.__RELEASE_NUM.__BUILD_NUM -- cgit v1.2.3