diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-05-19 00:09:52 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-05-19 00:39:05 +0300 |
commit | e7c83487949d173e230e8868ef5410a1ac5a9398 (patch) | |
tree | 7c65e1600bf7b0ad39e8e25c7350e8c4e0ba3a50 /src/gui | |
parent | e57e189fa59d3c2fef7d6fe82203016cf98de7cc (diff) | |
download | plus-e7c83487949d173e230e8868ef5410a1ac5a9398.tar.gz plus-e7c83487949d173e230e8868ef5410a1ac5a9398.tar.bz2 plus-e7c83487949d173e230e8868ef5410a1ac5a9398.tar.xz plus-e7c83487949d173e230e8868ef5410a1ac5a9398.zip |
Change http links from manaplus.evolonline.org to manaplus.org
Diffstat (limited to 'src/gui')
-rw-r--r-- | src/gui/serverdialog.cpp | 4 | ||||
-rw-r--r-- | src/gui/updaterwindow.cpp | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/src/gui/serverdialog.cpp b/src/gui/serverdialog.cpp index 9294742c0..d8c681392 100644 --- a/src/gui/serverdialog.cpp +++ b/src/gui/serverdialog.cpp @@ -556,10 +556,10 @@ void ServerDialog::downloadServerList() if (listFile.empty()) listFile = config.getStringValue("onlineServerList"); - // Fall back to manaplus.evolonline.org when neither branding + // Fall back to manaplus.org when neither branding // nor config set it if (listFile.empty()) - listFile = "http://manaplus.evolonline.org/serverlist.xml"; + listFile = "http://manaplus.org/serverlist.xml"; if (mDownload) { diff --git a/src/gui/updaterwindow.cpp b/src/gui/updaterwindow.cpp index a29514994..e41700dd3 100644 --- a/src/gui/updaterwindow.cpp +++ b/src/gui/updaterwindow.cpp @@ -402,8 +402,8 @@ void UpdaterWindow::loadPatch() "manaplus/download/manaplus-win32.exe|download here@@]", true); #else mBrowserBox->addRow("", true); - mBrowserBox->addRow(" ##1@@http://manaplus.evolonline.org/|" - "http://manaplus.evolonline.org/@@", true); + mBrowserBox->addRow(" ##1@@http://manaplus.org/|" + "http://manaplus.org/@@", true); mBrowserBox->addRow("##1You can download it from", true); mBrowserBox->addRow("##1ManaPlus updated.", true); #endif @@ -504,7 +504,7 @@ void UpdaterWindow::download() if (mDownloadStatus == UPDATE_PATCH) { mDownload = new Net::Download(this, - "http://manaplus.evolonline.org/update/" + mCurrentFile, + "http://manaplus.org/update/" + mCurrentFile, updateProgress, true); } else |