commitmonitor Code
Monitor your SVN repositories and notifies you on new commits
Brought to you by:
steveking
changed | /trunk/src/CommitMonitor.cpp |
changed | /trunk/src/CommitMonitor.rc |
changed | /trunk/src/CommitMonitor.vcproj |
changed | /trunk/src/HiddenWindow.cpp |
changed | /trunk/src/HiddenWindow.h |
changed | /trunk/src/MainDlg.cpp |
changed | /trunk/src/SVN.cpp |
changed | /trunk/src/SVN.h |
changed | /trunk/src/URLDlg.cpp |
changed | /trunk/src/UrlInfo.cpp |
changed | /trunk/src/UrlInfo.h |
changed | /trunk/src/resource.h |
--- a/trunk/src/CommitMonitor.cpp +++ b/trunk/src/CommitMonitor.cpp @@ -32,6 +32,7 @@ int argc = 0; const char* const * argv = NULL; apr_app_initialize(&argc, &argv, NULL); + setlocale(LC_ALL, ""); // first create a hidden window which serves as our main window for receiving // the window messages, starts the monitoring thread and handles the icon