From 39bb82b681f14a7ef49e7e232be9f8b0bc4ab34c Mon Sep 17 00:00:00 2001 From: sje Date: Mon, 19 Mar 2007 02:07:55 +0000 Subject: added UNICODE_AWARE flag git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@130 4f64403b-2f21-0410-a795-97e2b3489a10 --- message_notify/messagenotify.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'message_notify/messagenotify.cpp') diff --git a/message_notify/messagenotify.cpp b/message_notify/messagenotify.cpp index 54d29df..0b26b84 100644 --- a/message_notify/messagenotify.cpp +++ b/message_notify/messagenotify.cpp @@ -33,7 +33,7 @@ PLUGININFOEX pluginInfo={ "mail@scottellis.com.au", "© 2005 Scott Ellis", "http://www.scottellis.com.au/", - 0, //not transient + UNICODE_AWARE, //not transient 0, //doesn't replace anything built-in { 0x715d0a1b, 0x69b7, 0x4553, { 0xa0, 0xdb, 0xae, 0x49, 0x5, 0x5c, 0x2a, 0xe6 } } // {715D0A1B-69B7-4553-A0DB-AE49055C2AE6} }; -- cgit v1.2.3