/indra/newview/skins/default/xui/en/menu_wearing_tab.xml
XML | 30 lines | 30 code | 0 blank | 0 comment | 0 complexity | b4d1bcdb23b548b064a3d7d83878fc2c MD5 | raw file
Possible License(s): LGPL-2.1
- <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
- <context_menu
- layout="topleft"
- name="Wearing">
- <menu_item_call
- label="Take Off"
- layout="topleft"
- name="take_off">
- <on_click
- function="Wearing.TakeOff" />
- </menu_item_call>
- <menu_item_call
- label="Detach"
- layout="topleft"
- name="detach">
- <on_click
- function="Wearing.Detach"
- parameter="detach"/>
- </menu_item_call>
- <menu_item_separator
- layout="topleft"
- name="edit_outfit_separator" />
- <menu_item_call
- label="Edit Outfit"
- layout="topleft"
- name="edit">
- <on_click
- function="Wearing.Edit" />
- </menu_item_call>
- </context_menu>