summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/menu_cof_attachment.xml
blob: b422d87938bf4f14f6950c2d1e2fe7ea4289bf28 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<context_menu
 layout="topleft"
 name="COF Attachment">
    <menu_item_call
     label="Detach"
     layout="topleft"
     name="detach">
        <on_click
         function="Attachment.Detach"
         parameter="detach"/>
    </menu_item_call>
    <context_menu
     label="Attach to"
     layout="topleft"
     name="attach_to" />
    <context_menu
     label="Attach to HUD"
     layout="topleft"
     name="attach_to_hud" />
</context_menu>