diff options
author | Philipp Sehmisch <mana@crushnet.org> | 2010-02-24 21:51:48 +0100 |
---|---|---|
committer | Philipp Sehmisch <mana@crushnet.org> | 2010-02-24 22:55:56 +0100 |
commit | 4cb11db37aeb8052e1fef94965bc48bbc949e7f9 (patch) | |
tree | bcd945faf1388b96be9d949d9b6d701855b70a9a /data/branding.xml | |
parent | 48131e2ecfa4d52375d890dac80f9ab1ad45ccf0 (diff) | |
download | mana-4cb11db37aeb8052e1fef94965bc48bbc949e7f9.tar.gz mana-4cb11db37aeb8052e1fef94965bc48bbc949e7f9.tar.bz2 mana-4cb11db37aeb8052e1fef94965bc48bbc949e7f9.tar.xz mana-4cb11db37aeb8052e1fef94965bc48bbc949e7f9.zip |
Added the possibility to pass a branding file by command line. Reviewed-by: Thorbjørn Lindeijer <thorbjorn@lindeijer.nl>
Diffstat (limited to 'data/branding.xml')
-rw-r--r-- | data/branding.xml | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/data/branding.xml b/data/branding.xml deleted file mode 100644 index 38f74e40..00000000 --- a/data/branding.xml +++ /dev/null @@ -1,22 +0,0 @@ -<?xml version="1.0"?> - -<!-- -Branding information - -All values in here are the default values which are hardcoded into the Mana -client. So it would make no difference for the official version when this file -is missing. It is basically an example for developers of Mana servers to help them -writing a branding.xml for their servers. ---> - -<configuration> - <option name="appName" value="Mana"/> - <option name="appShort" value="mana"/> - <option name="appIcon" value="icons/mana.png"/> - <option name="loginMusic" value="Magick - Real.ogg"/> - <option name="defaultServer" value="testing.manasource.org"/> - <option name="defaultPort" value="9601"/> - <option name="defaultUpdateHost" value="http://updates.themanaworld.org"/> - <option name="font" value="fonts/dejavusans.ttf" /> - <option name="boldFont" value="fonts/dejavusans-bold.ttf" /> -</configuration> |