blob: f3a23edc5837aa788e51934d4fdf53e9cf80e5b1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<toolbars>
<bottom_toolbar
button_display_mode="icons_with_text">
<command name="chat"/>
<command name="speak"/>
<command name="destinations"/>
<command name="people"/>
<command name="profile"/>
<command name="map"/>
<command name="move"/>
<command name="view"/>
<command name="howto"/>
</bottom_toolbar>
<left_toolbar
button_display_mode="icons_only">
<command name="avatar"/>
<command name="appearance"/>
<command name="inventory"/>
<command name="search"/>
<command name="places"/>
<command name="voice"/>
<command name="minimap"/>
<command name="snapshot"/>
</left_toolbar>
<right_toolbar
button_display_mode="icons_only">
</right_toolbar>
</toolbars>
|