summaryrefslogtreecommitdiff
path: root/plugins/Scriver
diff options
context:
space:
mode:
authorTobias Weimer <wishmaster51@googlemail.com>2013-12-06 09:49:08 +0000
committerTobias Weimer <wishmaster51@googlemail.com>2013-12-06 09:49:08 +0000
commitaf63e7e8a9758ea64636c3c343a63f4fa63c9e8d (patch)
tree39f8c22c2056de53188758285ac240dfb48139ab /plugins/Scriver
parent6148e653ad46d25b705e05b9cb46677708c69b58 (diff)
fixed message window API
git-svn-id: http://svn.miranda-ng.org/main/trunk@7067 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Scriver')
-rw-r--r--plugins/Scriver/src/msgs.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Scriver/src/msgs.cpp b/plugins/Scriver/src/msgs.cpp
index 7c00117e84..7b659fd364 100644
--- a/plugins/Scriver/src/msgs.cpp
+++ b/plugins/Scriver/src/msgs.cpp
@@ -324,7 +324,7 @@ static INT_PTR GetWindowData(WPARAM wParam, LPARAM lParam)
MessageWindowData *mwd = (MessageWindowData*)lParam;
if (mwid == NULL || mwd == NULL) return 1;
- if (mwid->cbSize != sizeof(MessageWindowInputData) || mwd->cbSize != sizeof(SrmmWindowData)) return 1;
+ if (mwid->cbSize != sizeof(MessageWindowInputData) || mwd->cbSize != sizeof(MessageWindowData)) return 1;
if (mwid->hContact == NULL) return 1;
if (mwid->uFlags != MSG_WINDOW_UFLAG_MSG_BOTH) return 1;