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