diff options
author | George Hazan <george.hazan@gmail.com> | 2013-12-20 23:09:18 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-12-20 23:09:18 +0000 |
commit | af693f3f152e5a0f7e98e8f800e3573bd4b33901 (patch) | |
tree | 046759d2f85771c69097b6127135994e1fce04ed /plugins/TabSRMM/src/controls.cpp | |
parent | 8307d69d0dbc7090956ea044eee19b4644104363 (diff) |
another ansi url removed
git-svn-id: http://svn.miranda-ng.org/main/trunk@7310 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/TabSRMM/src/controls.cpp')
-rw-r--r-- | plugins/TabSRMM/src/controls.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/TabSRMM/src/controls.cpp b/plugins/TabSRMM/src/controls.cpp index 9bc16310f8..3801fa25f7 100644 --- a/plugins/TabSRMM/src/controls.cpp +++ b/plugins/TabSRMM/src/controls.cpp @@ -187,7 +187,7 @@ LONG_PTR CMenuBar::processMsg(const UINT msg, const WPARAM wParam, const LPARAM return ::SendMessage(m_pContainer->hwnd, WM_SYSCOMMAND, SC_MOVE | HTCAPTION, MAKELPARAM(pt.x, pt.y));
}
}
- return(-1);
+ return -1;
}
/**
|