From d3540ad7bf4de7d1bae2569db357ad91656feb76 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 26 Sep 2012 08:06:35 +0000 Subject: - fix for mishmash in "Add contact" button's tooltip - code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@1661 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/TabSRMM/src/sendlater.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/TabSRMM/src/sendlater.cpp') diff --git a/plugins/TabSRMM/src/sendlater.cpp b/plugins/TabSRMM/src/sendlater.cpp index 060dc1dae8..a347d0b06d 100644 --- a/plugins/TabSRMM/src/sendlater.cpp +++ b/plugins/TabSRMM/src/sendlater.cpp @@ -756,7 +756,7 @@ void CSendLater::qMgrSaveColumns() LVCOLUMN col = {0}; col.mask = LVCF_WIDTH; - for (i = 0; i < QMGR_LIST_NRCOLUMNS; i++) { + for (i=0; i < QMGR_LIST_NRCOLUMNS; i++) { ::SendMessage(m_hwndList, LVM_GETCOLUMN, i, reinterpret_cast(&col)); nWidths[i] = max(col.cx, 10); } -- cgit v1.2.3