diff options
author | jak1 <jak1@themanaworld.org> | 2023-01-08 15:31:42 +0100 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2024-02-08 21:48:54 -0300 |
commit | 1d56e8f96def89ebcdd59ae85932353b52a973ec (patch) | |
tree | be14e679babc650f5db61af73ec53e0080735bad /src/gui/widgets/desktop.cpp | |
parent | 804ff57328837c09a692ddbe2d3ebb755d57a7c8 (diff) | |
download | manaverse-1d56e8f96def89ebcdd59ae85932353b52a973ec.tar.gz manaverse-1d56e8f96def89ebcdd59ae85932353b52a973ec.tar.bz2 manaverse-1d56e8f96def89ebcdd59ae85932353b52a973ec.tar.xz manaverse-1d56e8f96def89ebcdd59ae85932353b52a973ec.zip |
[WIP] renamed the client to ManaVerse
removed evol, since its not developed anymore... only leads to confusing players
removed that anoying 'broken nick detected' message (regulare player don't care what crap the server sends)
updated copyright -2020 for manaplus
* Updated in 2024-02-08 with conflicts by Jesusalva
Diffstat (limited to 'src/gui/widgets/desktop.cpp')
-rw-r--r-- | src/gui/widgets/desktop.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/widgets/desktop.cpp b/src/gui/widgets/desktop.cpp index e8a728327..72b71ac3d 100644 --- a/src/gui/widgets/desktop.cpp +++ b/src/gui/widgets/desktop.cpp @@ -1,7 +1,7 @@ /* * The ManaPlus Client * Copyright (C) 2009-2010 The Mana World Development Team - * Copyright (C) 2011-2019 The ManaPlus Developers + * Copyright (C) 2011-2020 The ManaPlus Developers * * This file is part of The ManaPlus Client. * @@ -88,7 +88,7 @@ Desktop::Desktop(const Widget2 *const widget) : false); } mVersionLabel->addRow("copyright", - "(C) ManaPlus developers, http://manaplus.org"); + "(C) ManaVerse developers, https://manaverse.germantmw.de"); mVersionLabel->setLinkHandler(this); mVersionLabel->updateHeight(); } |