PageRenderTime 38ms CodeModel.GetById 20ms RepoModel.GetById 0ms app.codeStats 0ms

/indra/newview/skins/default/xui/en/menu_wearing_tab.xml

https://bitbucket.org/lindenlab/viewer-beta/
XML | 30 lines | 30 code | 0 blank | 0 comment | 0 complexity | b4d1bcdb23b548b064a3d7d83878fc2c MD5 | raw file
Possible License(s): LGPL-2.1
  1. <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
  2. <context_menu
  3. layout="topleft"
  4. name="Wearing">
  5. <menu_item_call
  6. label="Take Off"
  7. layout="topleft"
  8. name="take_off">
  9. <on_click
  10. function="Wearing.TakeOff" />
  11. </menu_item_call>
  12. <menu_item_call
  13. label="Detach"
  14. layout="topleft"
  15. name="detach">
  16. <on_click
  17. function="Wearing.Detach"
  18. parameter="detach"/>
  19. </menu_item_call>
  20. <menu_item_separator
  21. layout="topleft"
  22. name="edit_outfit_separator" />
  23. <menu_item_call
  24. label="Edit Outfit"
  25. layout="topleft"
  26. name="edit">
  27. <on_click
  28. function="Wearing.Edit" />
  29. </menu_item_call>
  30. </context_menu>