blob: 36e4eb91fdc1a67d7cb4417dd2b87e58b9f7fa91 (
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="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"/>
<command name="facebook"/>
</left_toolbar>
<right_toolbar
button_display_mode="icons_only">
</right_toolbar>
</toolbars>
|