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