/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
- <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
- <context_menu
- layout="topleft"
- name="Url Popup">
- <menu_item_call
- label="Run This Command"
- layout="topleft"
- name="run_slapp">
- <menu_item_call.on_click
- function="Url.Execute" />
- </menu_item_call>
- <menu_item_separator
- layout="topleft" />
- <menu_item_call
- label="Copy SLurl to clipboard"
- layout="topleft"
- name="url_copy">
- <menu_item_call.on_click
- function="Url.CopyUrl" />
- </menu_item_call>
- </context_menu>