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

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

https://bitbucket.org/lindenlab/viewer-beta/
XML | 21 lines | 21 code | 0 blank | 0 comment | 0 complexity | c933e24c10d854d419b82147d4ab14a6 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="Url Popup">
  5. <menu_item_call
  6. label="Run This Command"
  7. layout="topleft"
  8. name="run_slapp">
  9. <menu_item_call.on_click
  10. function="Url.Execute" />
  11. </menu_item_call>
  12. <menu_item_separator
  13. layout="topleft" />
  14. <menu_item_call
  15. label="Copy SLurl to clipboard"
  16. layout="topleft"
  17. name="url_copy">
  18. <menu_item_call.on_click
  19. function="Url.CopyUrl" />
  20. </menu_item_call>
  21. </context_menu>