updater.cpp is modified to fetch from this URL by default.
http://code.google.com/p/ardb/source/detail?r=249
Modified:
/trunk/wxARDB/src/updater.cpp
=======================================
--- /trunk/wxARDB/src/updater.cpp Sun Feb 28 05:59:24 2010
+++ /trunk/wxARDB/src/updater.cpp Sun Oct 2 22:39:39 2011
@@ -383,7 +383,7 @@
wxString Updater::GetServerName()
{
- wxString sServer (wxT ("www.white-wolf.com"));
+ wxString sServer (wxT ("www.vekn.net"));
wxFileConfig *pConfig = (wxFileConfig *) wxFileConfig::Get();
if (pConfig) {
@@ -396,7 +396,7 @@
wxString Updater::GetFileName()
{
- wxString sFile (wxT ("/VTES/downloads/vtescsv.zip"));
+ wxString sFile (wxT ("/images/stories/downloads/vtescsv.zip"));
wxFileConfig *pConfig = (wxFileConfig *) wxFileConfig::Get();
if (pConfig) {