summaryrefslogtreecommitdiff
path: root/src/gui/widgets/desktop.cpp
diff options
context:
space:
mode:
authorJesusalva Jesusalva <jesusalva@themanaworld.org>2024-02-16 16:40:35 +0000
committerJesusalva Jesusalva <jesusalva@themanaworld.org>2024-02-16 16:40:35 +0000
commit775392e472933be8d1d76619894efc0671f0c02d (patch)
treecacf9d24264315d12c7983ae3b176ad7c67bdddf /src/gui/widgets/desktop.cpp
parent0144ab308fed93b96b3a819dfe7d9940ee9eedb9 (diff)
downloadmanaverse-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/gui/widgets/desktop.cpp')
-rw-r--r--src/gui/widgets/desktop.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/gui/widgets/desktop.cpp b/src/gui/widgets/desktop.cpp
index e8a728327..6fe317353 100644
--- a/src/gui/widgets/desktop.cpp
+++ b/src/gui/widgets/desktop.cpp
@@ -1,7 +1,8 @@
/*
* 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
+ * Copyright (C) 2020-2023 The ManaVerse Developers
*
* This file is part of The ManaPlus Client.
*
@@ -88,7 +89,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();
}