/indra/newview/skins/default/xui/en/menu_cof_body_part.xml
https://bitbucket.org/lindenlab/viewer-beta/ · XML · 33 lines · 33 code · 0 blank · 0 comment · 0 complexity · 2e24c380931c251394f8a0087e47ceb6 MD5 · raw file
- <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
- <context_menu
- layout="topleft"
- name="COF Body">
- <menu_item_call
- label="Replace"
- layout="topleft"
- name="replace">
- <on_click
- function="BodyPart.Replace"/>
- </menu_item_call>
- <menu_item_call
- label="Edit"
- layout="topleft"
- name="edit">
- <on_click
- function="BodyPart.Edit"/>
- <on_enable
- function="BodyPart.OnEnable"
- parameter="edit" />
- </menu_item_call>
- <menu_item_call
- label="Create New"
- layout="topleft"
- name="create_new"
- translate="false">
- <on_click
- function="BodyPart.Create"/>
- <on_enable
- function="BodyPart.OnEnable"
- parameter="create" />
- </menu_item_call>
- </context_menu>