summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFedja Beader <fedja@protonmail.ch>2024-09-19 22:09:47 +0000
committerFedja Beader <fedja@protonmail.ch>2024-09-19 22:09:47 +0000
commit2aea05c1bf995e9f12f346cea38df9286ef9a502 (patch)
tree3ff08760aee5d616c3ac9b9dae9b5e96ab9a8ffb
parentf8d829fa7c4cd8fc6cc31e88517182025a22bc5d (diff)
downloadplus-2aea05c1bf995e9f12f346cea38df9286ef9a502.tar.gz
plus-2aea05c1bf995e9f12f346cea38df9286ef9a502.tar.bz2
plus-2aea05c1bf995e9f12f346cea38df9286ef9a502.tar.xz
plus-2aea05c1bf995e9f12f346cea38df9286ef9a502.zip
Rename server types - Test_User spent time figuring out why herc doesen't work for ML
Squashed with: * Sync with last comment (Evol->Evol2) * Another rename, to reflect TMW->Manasource rebrand (maybe?) **** mana/plus!79
-rw-r--r--src/gui/models/typelistmodel.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/models/typelistmodel.h b/src/gui/models/typelistmodel.h
index a06aeda51..52b9afeed 100644
--- a/src/gui/models/typelistmodel.h
+++ b/src/gui/models/typelistmodel.h
@@ -55,17 +55,17 @@ class TypeListModel final : public ListModel
{
#ifdef TMWA_SUPPORT
if (elementIndex == 0)
- return "TmwAthena";
+ return "TMW Athena";
else if (elementIndex == 1)
return "Hercules";
else if (elementIndex == 2)
- return "Evol2";
+ return "Evol2 Hercules";
else
#else // TMWA_SUPPORT
if (elementIndex == 0)
return "Hercules";
else if (elementIndex == 1)
- return "Evol2";
+ return "Evol2 Hercules";
else
#endif // TMWA_SUPPORT
return "Unknown";