diff options
author | jak1 <jak1@themanaworld.org> | 2024-02-16 14:50:14 -0300 |
---|---|---|
committer | Fedja Beader <fedja@protonmail.ch> | 2025-06-23 17:30:50 +0200 |
commit | 8575ba404525c9dcfde77ebaa01e4f0d0f24eff3 (patch) | |
tree | 27570451e1c386ac7ddc6abd29d734ebc4bb7ca7 /docs/example.manaplus | |
parent | 16484e1dfcb01de3a7e2ac52b26ff44ff600427d (diff) | |
download | manaplus-8575ba404525c9dcfde77ebaa01e4f0d0f24eff3.tar.gz manaplus-8575ba404525c9dcfde77ebaa01e4f0d0f24eff3.tar.bz2 manaplus-8575ba404525c9dcfde77ebaa01e4f0d0f24eff3.tar.xz manaplus-8575ba404525c9dcfde77ebaa01e4f0d0f24eff3.zip |
Rebrand program display name (appName)
Removes the "ManaPlus" in version info on updater screen;
Screenshots now have ManaVerse in their file name, too
PS: a lot of instances of "ManaVerse" could use PACKAGE_NAME from
configure
PPS: CMake passes PROJECT_NAME. Would need a proxy header with ifdefs.
Split off by Fedja from: Rename the program from ManaPlus to ManaVerse. (!45)
****
mana/plus!198
Diffstat (limited to 'docs/example.manaplus')
-rw-r--r-- | docs/example.manaplus | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/example.manaplus b/docs/example.manaplus index 2a580463f..e39ab42d3 100644 --- a/docs/example.manaplus +++ b/docs/example.manaplus @@ -9,7 +9,7 @@ filename / path as a command line parameter --> <configuration> - <option name="appName" value="ManaPlus"/> + <option name="appName" value="ManaVerse"/> <option name="appShort" value="mana"/> <option name="appIcon" value="icons/manaplus"/> <option name="loginMusic" value="Magick - Real.ogg"/> |