From 36602eb01f63d6b7cf746eb15dbdbaee255a8bcb Mon Sep 17 00:00:00 2001 From: sje Date: Thu, 1 Feb 2007 22:38:52 +0000 Subject: added 'UNICODE_AWARE' flag to pluginInfo git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@102 4f64403b-2f21-0410-a795-97e2b3489a10 --- tipper/tipper.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tipper/tipper.cpp') 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; -- cgit v1.2.3