summaryrefslogtreecommitdiff
path: root/plugins/TabSRMM/src/sendqueue.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2017-03-01 13:23:24 +0300
committerGeorge Hazan <ghazan@miranda.im>2017-03-01 13:23:24 +0300
commitaefca653e36f688b6bed627019ba737430b53f52 (patch)
treef85e8977ec30dc021f3b6add4ce0b7037c2c8bb7 /plugins/TabSRMM/src/sendqueue.cpp
parent5165df4565a63dceaccbb89ce94d841d413895ed (diff)
further code cleaning
Diffstat (limited to 'plugins/TabSRMM/src/sendqueue.cpp')
-rw-r--r--plugins/TabSRMM/src/sendqueue.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/TabSRMM/src/sendqueue.cpp b/plugins/TabSRMM/src/sendqueue.cpp
index 61c3c9352c..824d9eedc2 100644
--- a/plugins/TabSRMM/src/sendqueue.cpp
+++ b/plugins/TabSRMM/src/sendqueue.cpp
@@ -406,7 +406,7 @@ void SendQueue::showErrorControls(CSrmmWindow *dat, const int showCmd) const
Utils::showDlgControl(hwndDlg, myerrorControls[i], showCmd ? SW_SHOW : SW_HIDE);
SendMessage(hwndDlg, WM_SIZE, 0, 0);
- DM_ScrollToBottom(dat, 0, 1);
+ dat->DM_ScrollToBottom(0, 1);
if (m_jobs[0].hContact != 0)
EnableSending(dat, TRUE);
}