From aefca653e36f688b6bed627019ba737430b53f52 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 1 Mar 2017 13:23:24 +0300 Subject: further code cleaning --- plugins/TabSRMM/src/sendqueue.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/TabSRMM/src/sendqueue.cpp') 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); } -- cgit v1.2.3