summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/menu_url_experience.xml
blob: f4d50e1603f435c0dd9d821e5311751562f0d685 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<context_menu
 layout="topleft"
 name="Url Popup">
    <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>