summaryrefslogtreecommitdiff
path: root/indra/newview/app_settings/commands.xml
blob: 8e45e866ca4d6585599dec39541dc13812d9182f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<commands>
  <command name="avatar"
           icon="Command_Avatar_Icon"
           label_ref="Command_Avatar_Label"
           tooltip_ref="Command_Avatar_Tooltip"
           function="Floater.ToolbarToggle"
           param="avatar"
           />
  <command name="places"
           icon="Command_Places_Icon"
           label_ref="Command_Places_Label"
           tooltip_ref="Command_Places_Tooltip"
           function="Floater.ToolbarToggle"
           param="places"
           />
</commands>