summaryrefslogtreecommitdiff
path: root/plugins/HistoryStats/src/dlgoption_subglobal.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2014-03-11 19:30:22 +0000
committerGeorge Hazan <george.hazan@gmail.com>2014-03-11 19:30:22 +0000
commitfc4ce5a1e786192c86f14e9d99ad9b14eab201ef (patch)
tree1646925dea7adb0e366e8f08bf111c58e518b39c /plugins/HistoryStats/src/dlgoption_subglobal.cpp
parent009c7a01b9399f14be5c85b9343c3063b12e5c7e (diff)
some GetWindowLong survived in HistoryStats...
git-svn-id: http://svn.miranda-ng.org/main/trunk@8560 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/HistoryStats/src/dlgoption_subglobal.cpp')
-rw-r--r--plugins/HistoryStats/src/dlgoption_subglobal.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/HistoryStats/src/dlgoption_subglobal.cpp b/plugins/HistoryStats/src/dlgoption_subglobal.cpp
index c34752dbdc..056c13c72a 100644
--- a/plugins/HistoryStats/src/dlgoption_subglobal.cpp
+++ b/plugins/HistoryStats/src/dlgoption_subglobal.cpp
@@ -346,7 +346,7 @@ void DlgOption::SubGlobal::initSupportInfo()
HWND hInfo = GetDlgItem(getHWnd(), IDC_INFO);
- SetWindowLongPtr(hInfo, GWL_STYLE, GetWindowLong(hInfo, GWL_STYLE) | TVS_NOHSCROLL);
+ SetWindowLongPtr(hInfo, GWL_STYLE, GetWindowLongPtr(hInfo, GWL_STYLE) | TVS_NOHSCROLL);
SendMessage(hInfo, WM_SETREDRAW, FALSE, 0);