diff options
author | Stefan Beller <stefanbeller@googlemail.com> | 2012-07-30 17:46:17 +0200 |
---|---|---|
committer | Stefan Beller <stefanbeller@googlemail.com> | 2012-07-30 17:46:17 +0200 |
commit | b942bd30079808e2bfd6be98cfcd88aacb2d678b (patch) | |
tree | ca2922617fdcb9ae0363cd891bf0cd6791b5ed1d | |
parent | 854cf3ec8f3cf76abd7d9aabc25e85d89c0c9233 (diff) | |
download | mana-b942bd30079808e2bfd6be98cfcd88aacb2d678b.tar.gz mana-b942bd30079808e2bfd6be98cfcd88aacb2d678b.tar.bz2 mana-b942bd30079808e2bfd6be98cfcd88aacb2d678b.tar.xz mana-b942bd30079808e2bfd6be98cfcd88aacb2d678b.zip |
Defining a branding for lpc2012.
It makes life easier for the judges of the lpc2012.
-rw-r--r-- | docs/lpc2012.mana | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/docs/lpc2012.mana b/docs/lpc2012.mana new file mode 100644 index 00000000..6a9aaa65 --- /dev/null +++ b/docs/lpc2012.mana @@ -0,0 +1,18 @@ +<?xml version="1.0"?> + +<!-- +Example branding file + +With a branding file you can customize the appearance and various +other default settings. To use a branding file just pass its +filename / path as a command line parameter +--> + +<configuration> + <option name="appName" value="Mana"/> + <option name="appShort" value="mana"/> + <option name="appIcon" value="icons/mana.png"/> + <option name="defaultServer" value="localhost"/> + <option name="defaultPort" value="9601"/> + <option name="defaultServerType" value="manaserv"/> +</configuration> |