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 /tools/doxygen | |
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 'tools/doxygen')
-rw-r--r-- | tools/doxygen/doxygen.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/doxygen/doxygen.conf b/tools/doxygen/doxygen.conf index 76ca1ea11..8b9578d2e 100644 --- a/tools/doxygen/doxygen.conf +++ b/tools/doxygen/doxygen.conf @@ -4,7 +4,7 @@ c# Doxyfile 1.8.8 # Project related configuration options #--------------------------------------------------------------------------- DOXYFILE_ENCODING = UTF-8 -PROJECT_NAME = "ManaPlus" +PROJECT_NAME = "ManaVerse" PROJECT_NUMBER = PROJECT_BRIEF = PROJECT_LOGO = data/icons/manaplus.png |