commitmonitor Code
Monitor your SVN repositories and notifies you on new commits
Brought to you by:
steveking
changed | /trunk/src/MainDlg.cpp |
--- a/trunk/src/MainDlg.cpp +++ b/trunk/src/MainDlg.cpp @@ -1709,6 +1709,7 @@ wstring msg = it->second.message; std::remove(msg.begin(), msg.end(), '\r'); std::replace(msg.begin(), msg.end(), '\n', ' '); + std::replace(msg.begin(), msg.end(), '\t', ' '); _tcsncpy_s(buf, 1024, msg.c_str(), 1023); ListView_SetItemText(m_hListControl, 0, 3, buf);