diff options
author | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2007-10-31 22:51:47 +0000 |
---|---|---|
committer | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2007-10-31 22:51:47 +0000 |
commit | 821fad9d438d90e0ee23587c4f3d28400cd62ab4 (patch) | |
tree | 0dad0392122c973bea6be25729fb62301da53417 /message_notify/messagenotify.cpp | |
parent | 8b2a671e834c8ded28924a0e27218127588a250d (diff) |
options sheech checkbox fix
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@377 4f64403b-2f21-0410-a795-97e2b3489a10
Diffstat (limited to 'message_notify/messagenotify.cpp')
-rw-r--r-- | message_notify/messagenotify.cpp | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/message_notify/messagenotify.cpp b/message_notify/messagenotify.cpp index fa29b07..c6b4b94 100644 --- a/message_notify/messagenotify.cpp +++ b/message_notify/messagenotify.cpp @@ -29,7 +29,7 @@ DWORD focusTimerId = 0; PLUGININFOEX pluginInfo={
sizeof(PLUGININFOEX),
"Message Notify",
- PLUGIN_MAKE_VERSION(0, 4, 0, 0),
+ PLUGIN_MAKE_VERSION(0, 4, 0, 1),
"Show a popup when a message is received",
"Scott Ellis",
"mail@scottellis.com.au",
@@ -48,12 +48,6 @@ extern "C" BOOL WINAPI DllMain(HINSTANCE hinstDLL,DWORD fdwReason,LPVOID lpvRese return TRUE;
}
-extern "C" __declspec(dllexport) PLUGININFO* MirandaPluginInfo(DWORD mirandaVersion)
-{
- pluginInfo.cbSize = sizeof(PLUGININFO);
- return (PLUGININFO*)&pluginInfo;
-}
-
extern "C" __declspec(dllexport) PLUGININFOEX* MirandaPluginInfoEx(DWORD mirandaVersion)
{
return &pluginInfo;
|