summaryrefslogtreecommitdiff
path: root/indra/newview/skins/minimal/xui/en/menu_attachment_other.xml
blob: d99c7c929bb28b7e0ee3887c68ed7719bb4e4388 (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
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<!-- *NOTE: See also menu_avatar_other.xml -->
<context_menu
 layout="topleft"
 name="Avatar Pie">
    <menu_item_call
     label="IM"
     name="Send IM...">
        <menu_item_call.on_click
         function="Avatar.SendIM" />
    </menu_item_call>
    <menu_item_call
     label="About..."
     name="About...">
        <on_click
         function="Avatar.ShowInspector" />
    </menu_item_call>
	<menu_item_call
	 label="Zoom In"
	  name="Zoom In">
	<menu_item_call.on_click
	   function="Tools.LookAtSelection"
	   parameter="zoom" />
    </menu_item_call>
  <menu_item_call
	enabled="false"
	label="Touch"
	name="Object Touch">
	<on_click function="Object.Touch" />
	<on_enable
		function="Object.EnableTouch"
		name="EnableTouch"
		parameter="Touch" />
	</menu_item_call>
</context_menu>