summaryrefslogtreecommitdiff
path: root/plugins/Clist_mw/src/CLUIFrames/cluiframes.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2013-12-16 18:44:46 +0000
committerGeorge Hazan <george.hazan@gmail.com>2013-12-16 18:44:46 +0000
commitbea126b76cb66959ad687d71e364eec074da2d24 (patch)
tree8aad392933d654d188663bd4ba2fb032c4a169fb /plugins/Clist_mw/src/CLUIFrames/cluiframes.cpp
parent15eb669633561bb2a31c1bdef6f03c91c6c23bc9 (diff)
frames code cleaning
git-svn-id: http://svn.miranda-ng.org/main/trunk@7253 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Clist_mw/src/CLUIFrames/cluiframes.cpp')
-rw-r--r--plugins/Clist_mw/src/CLUIFrames/cluiframes.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Clist_mw/src/CLUIFrames/cluiframes.cpp b/plugins/Clist_mw/src/CLUIFrames/cluiframes.cpp
index a624ec563f..cadc31aadd 100644
--- a/plugins/Clist_mw/src/CLUIFrames/cluiframes.cpp
+++ b/plugins/Clist_mw/src/CLUIFrames/cluiframes.cpp
@@ -2400,7 +2400,7 @@ LRESULT CALLBACK CLUIFrameTitleBarProc(HWND hwnd, UINT msg, WPARAM wParam, LPARA
ulockfrm();
}
- if (wParam & MK_RBUTTON) {
+ if (wParam & MK_LBUTTON) {
int newh = -1,prevold;
if (GetCapture() != hwnd){break;}