summaryrefslogtreecommitdiff
path: root/tipper/tipper.cpp
diff options
context:
space:
mode:
authorsje <sje@4f64403b-2f21-0410-a795-97e2b3489a10>2007-02-01 22:38:52 +0000
committersje <sje@4f64403b-2f21-0410-a795-97e2b3489a10>2007-02-01 22:38:52 +0000
commit36602eb01f63d6b7cf746eb15dbdbaee255a8bcb (patch)
treeec289df358d6dc99e293a60c36316144cc643cda /tipper/tipper.cpp
parent5575841aceb87366fde3712f5982988898684bc0 (diff)
added 'UNICODE_AWARE' flag to pluginInfo
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@102 4f64403b-2f21-0410-a795-97e2b3489a10
Diffstat (limited to 'tipper/tipper.cpp')
-rw-r--r--tipper/tipper.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tipper/tipper.cpp b/tipper/tipper.cpp
index 7d45727..c8363a3 100644
--- a/tipper/tipper.cpp
+++ b/tipper/tipper.cpp
@@ -41,8 +41,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;