summaryrefslogtreecommitdiff
path: root/docs/lpc2012.mana
blob: 6a9aaa6582b2b72a4653d9da149badd9b2cb16ea (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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>