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 @@ -33,7 +33,7 @@ wcx.lpszClassName = ResString(hResource, IDS_APP_TITLE); wcx.hIcon = LoadIcon(hResource, MAKEINTRESOURCE(IDI_COMMITMONITOR)); wcx.hbrBackground = (HBRUSH)(COLOR_3DFACE+1); - wcx.lpszMenuName = MAKEINTRESOURCE(IDC_COMMITMONITOR); + wcx.lpszMenuName = NULL;//MAKEINTRESOURCE(IDC_COMMITMONITOR); wcx.hIconSm = LoadIcon(wcx.hInstance, MAKEINTRESOURCE(IDI_COMMITMONITOR)); if (RegisterWindow(&wcx)) {