diff options
author | jak1 <jak1@themanaworld.org> | 2024-02-16 14:50:14 -0300 |
---|---|---|
committer | Fedja Beader <fedja@protonmail.ch> | 2025-03-01 00:53:09 +0100 |
commit | 5623d2ca02a0f67f7158b4d4a2473e27d730b4cf (patch) | |
tree | 70eaa57b45bc9d187d73b1cfa681e40637932533 /src/unittests/utils/xmlutils.cc | |
parent | 860f95f125e5bf9acf9ac3bf7015aa500d1e1e73 (diff) | |
download | manaplus-5623d2ca02a0f67f7158b4d4a2473e27d730b4cf.tar.gz manaplus-5623d2ca02a0f67f7158b4d4a2473e27d730b4cf.tar.bz2 manaplus-5623d2ca02a0f67f7158b4d4a2473e27d730b4cf.tar.xz manaplus-5623d2ca02a0f67f7158b4d4a2473e27d730b4cf.zip |
Rename the program from ManaPlus to ManaVerse.
Diffstat (limited to 'src/unittests/utils/xmlutils.cc')
-rw-r--r-- | src/unittests/utils/xmlutils.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unittests/utils/xmlutils.cc b/src/unittests/utils/xmlutils.cc index 1028a99e0..64ca7e41f 100644 --- a/src/unittests/utils/xmlutils.cc +++ b/src/unittests/utils/xmlutils.cc @@ -141,7 +141,7 @@ TEST_CASE("xmlutils readXmlStringMap 1", "") std::map<std::string, std::string> arr; - readXmlStringMap("graphics/sprites/manaplus_emotes.xml", + readXmlStringMap("graphics/sprites/manaverse_emotes.xml", "emotes", "emote", "sprite", |