Merge r3140

Originally committed to SVN as r3142.
This commit is contained in:
Amar Takhar 2009-07-14 23:53:40 +00:00
parent e7ad9b85c2
commit 9234b52784
1 changed files with 1 additions and 1 deletions

View File

@ -169,7 +169,7 @@ wxThread::ExitCode VersionCheckThread::Entry() {
// Try each path until it finds one that works
for (unsigned int i=0;i<paths.Count();i++) {
// Get path and make sure that it has a handle for it
wxString path = paths[i];
wxString path = wxString::Format(_T("%s?current=%d"), paths[i].c_str(), GetSVNRevision());
wxMutexGuiEnter();
if (!alive) goto endThread;
if (!wxFileSystem::HasHandlerForPath(path)) {