Subversion Repositories spk

Rev

Rev 78 | Rev 83 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 78 Rev 80
Line 1766... Line 1766...
1766
			m_pUpdateList = new CyStringList;
1766
			m_pUpdateList = new CyStringList;
1767
 
1767
 
1768
			// TODO: read addresses from data
1768
			// TODO: read addresses from data
1769
 
1769
 
1770
			// hardcoded address
1770
			// hardcoded address
1771
			m_pUpdateList->PushBack("http://cycrow.thexuniverse.us/pmupdate.dat", "", true);
1771
			m_pUpdateList->PushBack("http://xpluginmanager.co.uk/pmupdate.dat", "", true);
1772
			if ( (int)PMLBETA )
1772
			if ( (int)PMLBETA )
1773
				m_pUpdateList->PushBack("http://cycrow.thexuniverse.us/Beta/pmupdatebeta.dat", "", true);
1773
				m_pUpdateList->PushBack("http://xpluginmanager/Beta/pmupdatebeta.dat", "", true);
1774
		}
1774
		}
1775
 
1775
 
1776
		backgroundUpdater->RunWorkerAsync();
1776
		backgroundUpdater->RunWorkerAsync();
1777
	}
1777
	}
1778
 
1778