summaryrefslogtreecommitdiff
path: root/indra/newview/skins/minimal/xui/en/menu_object.xml
blob: 888ce42cf1690132e1ac7a0d831dc2ef6a99939f (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
30
31
32
33
34
35
36
37
38
39
40
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<context_menu
 layout="topleft"
 name="Object Pie">
   <menu_item_call
     enabled="false"
     label="Sit Here"
     name="Object Sit">
        <menu_item_call.on_click
         function="Object.SitOrStand" />
        <menu_item_call.on_enable
         function="Object.EnableSit" />
   </menu_item_call>
   <menu_item_call
     enabled="false"
     label="Stand Up"
     name="Object Stand Up">
        <menu_item_call.on_click
         function="Object.SitOrStand" />
        <menu_item_call.on_enable
         function="Object.EnableStandUp" />
   </menu_item_call>
  <menu_item_call
       label="Zoom In"
       name="Zoom In">
    <menu_item_call.on_click
     function="Object.ZoomIn" />
  </menu_item_call>
  <menu_item_call
    enabled="false"
    label="Touch"
    name="Object Touch">
    <menu_item_call.on_click
     function="Object.Touch" />
    <menu_item_call.on_enable
     function="Object.EnableTouch"
     name="EnableTouch"
     parameter="Touch" />
  </menu_item_call>
</context_menu>