summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsje <sje@4f64403b-2f21-0410-a795-97e2b3489a10>2007-02-01 22:38:28 +0000
committersje <sje@4f64403b-2f21-0410-a795-97e2b3489a10>2007-02-01 22:38:28 +0000
commit5575841aceb87366fde3712f5982988898684bc0 (patch)
tree55614418fc8fac693b57f060a5636838f49b4c07
parent4125a098905b804758464ef5e2cf87e3425a30ba (diff)
added 'UNICODE_AWARE' flag to pluginInfo
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@101 4f64403b-2f21-0410-a795-97e2b3489a10
-rw-r--r--yapp/YAPP.mdsp5
-rw-r--r--yapp/popups2.cpp4
-rw-r--r--yapp/version.h2
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