PageRenderTime 31ms CodeModel.GetById 0ms RepoModel.GetById 0ms app.codeStats 0ms

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

https://bitbucket.org/lindenlab/viewer-beta/
XML | 13 lines | 13 code | 0 blank | 0 comment | 0 complexity | 3d5d21076c0fa837633bcce205876f6b 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="COF Attachment">
  5. <menu_item_call
  6. label="Detach"
  7. layout="topleft"
  8. name="detach">
  9. <on_click
  10. function="Attachment.Detach"
  11. parameter="detach"/>
  12. </menu_item_call>
  13. </context_menu>