diff options
author | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2007-03-19 02:07:55 +0000 |
---|---|---|
committer | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2007-03-19 02:07:55 +0000 |
commit | 39bb82b681f14a7ef49e7e232be9f8b0bc4ab34c (patch) | |
tree | 0af915d4e41d083f89b871d1a6f6fc4f36790bb7 /message_notify | |
parent | 0d06ad72d9bf657844a8d3d9bcf839472639d31b (diff) |
added UNICODE_AWARE flag
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@130 4f64403b-2f21-0410-a795-97e2b3489a10
Diffstat (limited to 'message_notify')
-rw-r--r-- | message_notify/messagenotify.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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}
};
|