diff options
author | Jesusalva Jesusalva <jesusalva@themanaworld.org> | 2024-02-16 16:40:35 +0000 |
---|---|---|
committer | Jesusalva Jesusalva <jesusalva@themanaworld.org> | 2024-02-16 16:40:35 +0000 |
commit | 775392e472933be8d1d76619894efc0671f0c02d (patch) | |
tree | cacf9d24264315d12c7983ae3b176ad7c67bdddf /src/defaults.cpp | |
parent | 0144ab308fed93b96b3a819dfe7d9940ee9eedb9 (diff) | |
download | manaverse-775392e472933be8d1d76619894efc0671f0c02d.tar.gz manaverse-775392e472933be8d1d76619894efc0671f0c02d.tar.bz2 manaverse-775392e472933be8d1d76619894efc0671f0c02d.tar.xz manaverse-775392e472933be8d1d76619894efc0671f0c02d.zip |
Client rebranding: Partly import changes from !28
Co-Authored-By: jak1 <jak1@themanaworld.org>
Co-Authored-By: jesusalva <jesusalva@themanaworld.org>
Co-Authored-By: Fedja Beader <fedja@protonmail.ch>
Diffstat (limited to 'src/defaults.cpp')
-rw-r--r-- | src/defaults.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/defaults.cpp b/src/defaults.cpp index 000cf1ae4..0cdcf898f 100644 --- a/src/defaults.cpp +++ b/src/defaults.cpp @@ -1,7 +1,8 @@ /* * The ManaPlus Client * Copyright (C) 2010 The Mana Developers - * Copyright (C) 2011-2019 The ManaPlus Developers + * Copyright (C) 2011-2020 The ManaPlus Developers + * Copyright (C) 2020-2023 The ManaVerse Developers * * This file is part of The ManaPlus Client. * @@ -534,10 +535,9 @@ void setBrandingDefaults(Configuration &cfg) AddDEF("androidDownloadUrl", "https://play.google.com/store/apps/details" "?id=org.evolonline.beta.manaplus"); AddDEF("androidDownloadText", "Google Play"); - AddDEF("otherDownloadUrl", "https://manaplus.germantmw.de/"); - AddDEF("otherDownloadText", "https://manaplus.germantmw.de/"); - AddDEF("windowsDownloadUrl", "https://manaplus.germantmw.de/" - "manaplus/package/windows32/"); + AddDEF("otherDownloadUrl", "https://manaverse.germantmw.de/"); + AddDEF("otherDownloadText", "https://manaverse.germantmw.de/"); + AddDEF("windowsDownloadUrl", "https://updates.tmw2.org/mana/windows/"); AddDEF("windowsDownloadText", "download here"); AddDEF("updateMirror1", "https://manaplus.germantmw.de/manaplus/updates/"); AddDEF("updateMirror2", ""); |