summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorPhilipp Sehmisch <mana@crushnet.org>2010-02-24 21:51:48 +0100
committerPhilipp Sehmisch <mana@crushnet.org>2010-02-24 22:55:56 +0100
commit4cb11db37aeb8052e1fef94965bc48bbc949e7f9 (patch)
treebcd945faf1388b96be9d949d9b6d701855b70a9a /data
parent48131e2ecfa4d52375d890dac80f9ab1ad45ccf0 (diff)
downloadmana-client-4cb11db37aeb8052e1fef94965bc48bbc949e7f9.tar.gz
mana-client-4cb11db37aeb8052e1fef94965bc48bbc949e7f9.tar.bz2
mana-client-4cb11db37aeb8052e1fef94965bc48bbc949e7f9.tar.xz
mana-client-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')
-rw-r--r--data/branding.xml22
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>