commitmonitor Code
Monitor your SVN repositories and notifies you on new commits
Brought to you by:
steveking
--- a/trunk/src/DiffViewer.cpp +++ b/trunk/src/DiffViewer.cpp @@ -388,7 +388,7 @@ int len = _tcslen(title); TCHAR * pBuf = new TCHAR[len+40]; _stprintf_s(pBuf, len+40, _T("%s - CMDiff"), title); - SetWindowTitle(wstring(pBuf)); + SetWindowTitle(std::wstring(pBuf)); delete [] pBuf; }