diff options
author | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2007-07-20 05:40:29 +0000 |
---|---|---|
committer | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2007-07-20 05:40:29 +0000 |
commit | d73e2c675deac8d5fbf67767ac4bb26fe9d054db (patch) | |
tree | ecdd94cb7ba666ca80c57c6bf9ea2357479b129f /message_notify/messagenotify.cpp | |
parent | 593c60e7121208481948fc2f5a878d11a6651e4e (diff) |
put hcontact into popup class data
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@292 4f64403b-2f21-0410-a795-97e2b3489a10
Diffstat (limited to 'message_notify/messagenotify.cpp')
-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 640a127..4e1480d 100644 --- a/message_notify/messagenotify.cpp +++ b/message_notify/messagenotify.cpp @@ -27,7 +27,7 @@ DWORD focusTimerId = 0; PLUGININFOEX pluginInfo={
sizeof(PLUGININFOEX),
"Message Notify",
- PLUGIN_MAKE_VERSION(0,3,0,0),
+ PLUGIN_MAKE_VERSION(0,3,0,1),
"Show a popup when a message is received",
"Scott Ellis",
"mail@scottellis.com.au",
|