PageRenderTime 129ms CodeModel.GetById 1ms RepoModel.GetById 0ms app.codeStats 0ms

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

https://bitbucket.org/lindenlab/viewer-beta/
XML | 26 lines | 26 code | 0 blank | 0 comment | 0 complexity | 4cad98ad8d8f2206e26db715af555e75 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="Teleport History Item Context Menu">
  5. <menu_item_call
  6. label="Teleport"
  7. layout="topleft"
  8. name="Teleport">
  9. <menu_item_call.on_click
  10. function="TeleportHistory.Teleport" />
  11. </menu_item_call>
  12. <menu_item_call
  13. label="More Information"
  14. layout="topleft"
  15. name="More Information">
  16. <menu_item_call.on_click
  17. function="TeleportHistory.MoreInformation" />
  18. </menu_item_call>
  19. <menu_item_call
  20. label="Copy to Clipboard"
  21. layout="topleft"
  22. name="CopyToClipboard">
  23. <menu_item_call.on_click
  24. function="TeleportHistory.CopyToClipboard" />
  25. </menu_item_call>
  26. </context_menu>