summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/menu_save_outfit.xml
blob: 38f21e8caac1ca3a92adab6846585d1ee34187c0 (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">
        <menu_item_call.on_click 
         function="Outfit.SaveAs.Action"
         userdata="" />
    </menu_item_call>
</toggleable_menu>