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 @@ -795,6 +795,7 @@ _T("CommitMonitor"), MB_ICONQUESTION|MB_YESNO|MB_DEFBUTTON2); if (res != IDYES) break; + ::SendMessage(m_hParent, COMMITMONITOR_SAVEINFO, (WPARAM)true, (LPARAM)0); EndDialog(*this, IDCANCEL); PostQuitMessage(IDOK); }