summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/menu_save_outfit.xml
blob: a8778df7f61a32c7cab1e02f252108d2a3776942 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<toggleable_menu
 height="201"
 layout="topleft"
 mouse_opaque="false"
 name="save_outfit_menu"
 width="120">
    <menu_item_call 
     name="save_outfit" 
     label="Save">
        <menu_item_call.on_click 
         function="Outfit.Save.Action"
         userdata=""/>
        </menu_item_call>
    <menu_item_call 
     name="save_as_new_outfit" 
     label="Save As New">
        <menu_item_call.on_click 
         function="Outfit.SaveAsNew.Action"
         userdata="" />
    </menu_item_call>
</toggleable_menu>