[ardb] r249 committed - The default URL for card list file is changed to:...

2 views
Skip to first unread message

codesite...@google.com

unread,
Oct 3, 2011, 1:40:39 AM10/3/11
to ardb-...@googlegroups.com
Revision: 249
Author: gokturk...@gmail.com
Date: Sun Oct 2 22:39:39 2011
Log: The default URL for card list file is changed to:
http://www.vekn.net/images/stories/downloads/vtescsv.zip

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) {

Reply all
Reply to author
Forward
0 new messages