diff options
Diffstat (limited to 'yapp/popups2.cpp')
-rw-r--r-- | yapp/popups2.cpp | 4 |
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;
|