Preparing for 2.1.7 release, new URLs for latest.txt.

Originally committed to SVN as r3110.
This commit is contained in:
Niels Martin Hansen 2009-07-13 18:31:43 +00:00
parent d37e0f69fb
commit ac64269ade
1 changed files with 1 additions and 1 deletions

View File

@ -162,8 +162,8 @@ VersionCheckThread::VersionCheckThread(DialogVersionCheck *par)
wxThread::ExitCode VersionCheckThread::Entry() {
// List of paths
wxArrayString paths;
paths.Add(_T("http://updates.aegisub.org/latest.txt"));
paths.Add(_T("http://files.aegisub.net/latest.txt"));
paths.Add(_T("http://aegisub.cellosoft.com/latest.txt"));
wxFSFile *fp = NULL;
// Try each path until it finds one that works