PageRenderTime 56ms CodeModel.GetById 39ms RepoModel.GetById 0ms app.codeStats 0ms

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

https://bitbucket.org/lindenlab/viewer-beta/
XML | 19 lines | 19 code | 0 blank | 0 comment | 0 complexity | cd0620af746bbd65acdba5a4049fe11e 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="Open"
  7. layout="topleft"
  8. name="TabOpen">
  9. <menu_item_call.on_click
  10. function="TeleportHistory.TabOpen" />
  11. </menu_item_call>
  12. <menu_item_call
  13. label="Close"
  14. layout="topleft"
  15. name="TabClose">
  16. <menu_item_call.on_click
  17. function="TeleportHistory.TabClose" />
  18. </menu_item_call>
  19. </context_menu>