diff options
author | Jonathan Yap <none@none> | 2012-07-11 18:58:41 -0400 |
---|---|---|
committer | Jonathan Yap <none@none> | 2012-07-11 18:58:41 -0400 |
commit | e4cea7631293b1192bfe720146410c1aa61654aa (patch) | |
tree | de063c6204ac7fae9a6672fd28756d0c3a336b7e /indra/newview/skins/default | |
parent | 90547ff411db177bf6424ca553449a81a808fc0f (diff) |
STORM-1898 Add "Copy SLURL" to context menu when right clicking Landmarks in Inventory
Diffstat (limited to 'indra/newview/skins/default')
-rw-r--r-- | indra/newview/skins/default/xui/en/menu_inventory.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/menu_inventory.xml b/indra/newview/skins/default/xui/en/menu_inventory.xml index b13bf5b508..13dc0b941a 100644 --- a/indra/newview/skins/default/xui/en/menu_inventory.xml +++ b/indra/newview/skins/default/xui/en/menu_inventory.xml @@ -537,6 +537,14 @@ layout="topleft" name="Landmark Separator" /> <menu_item_call + label="Copy SLurl" + layout="topleft" + name="url_copy"> + <menu_item_call.on_click + function="Inventory.DoToSelected" + parameter="copy_slurl" /> + </menu_item_call> + <menu_item_call label="About Landmark" layout="topleft" name="About Landmark"> |