commitmonitor Code
Monitor your SVN repositories and notifies you on new commits
Brought to you by:
steveking
--- a/trunk/src/BaseDialog.cpp +++ b/trunk/src/BaseDialog.cpp @@ -10,6 +10,7 @@ HWND CDialog::Create(HINSTANCE hInstance, int resID, HWND hWndParent) { + hResource = hInstance; m_hwnd = CreateDialogParam(hInstance, MAKEINTRESOURCE(resID), hWndParent, &CDialog::stDlgFunc, (LPARAM)this); return m_hwnd; }