diff options
author | George Hazan <george.hazan@gmail.com> | 2013-03-04 16:13:15 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-03-04 16:13:15 +0000 |
commit | 875f740e2a9efe878337e27849aa3b1fdddcc503 (patch) | |
tree | 55f3ad578a3919106c52b9b2e2bab44997900d5b /plugins/Scriver/src/chat/window.cpp | |
parent | d4eaaec055bbdc940f5758cc1fd7b22b2cb105d8 (diff) |
more code cleaning
git-svn-id: http://svn.miranda-ng.org/main/trunk@3884 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Scriver/src/chat/window.cpp')
-rw-r--r-- | plugins/Scriver/src/chat/window.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Scriver/src/chat/window.cpp b/plugins/Scriver/src/chat/window.cpp index 540b429781..dea51e672a 100644 --- a/plugins/Scriver/src/chat/window.cpp +++ b/plugins/Scriver/src/chat/window.cpp @@ -790,7 +790,7 @@ static LRESULT CALLBACK LogSubclassProc(HWND hwnd, UINT msg, WPARAM wParam, LPAR break;
}
- return mir_callNextSubclass(hwnd, ButtonSubclassProc, msg, wParam, lParam);
+ return mir_callNextSubclass(hwnd, LogSubclassProc, msg, wParam, lParam);
}
static void ProcessNickListHovering(HWND hwnd, int hoveredItem, POINT * pt, SESSION_INFO * parentdat)
|