summaryrefslogtreecommitdiff
path: root/yapp/popups2.cpp
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 /yapp/popups2.cpp
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
Diffstat (limited to 'yapp/popups2.cpp')
-rw-r--r--yapp/popups2.cpp4
1 files changed, 2 insertions, 2 deletions
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;