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