diff options
author | prep <prep@lindenlab.com> | 2013-03-21 11:21:45 -0400 |
---|---|---|
committer | prep <prep@lindenlab.com> | 2013-03-21 11:21:45 -0400 |
commit | f3457461617119bda93f506977170cb8f15a270d (patch) | |
tree | d4b9e45586725447ef939b6876c7d19d7ff9f573 /indra/newview/skins/default/xui/en/menu_object_icon.xml | |
parent | 33954bbbe5517a0ad72ffc6bad7cb94985b3bf8b (diff) | |
parent | f2948cb1eb8866716a84868cccbfafcd742c0771 (diff) |
Folded in changes from sunshine-stable
Diffstat (limited to 'indra/newview/skins/default/xui/en/menu_object_icon.xml')
-rw-r--r-- | indra/newview/skins/default/xui/en/menu_object_icon.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/menu_object_icon.xml b/indra/newview/skins/default/xui/en/menu_object_icon.xml index 0c8a2af002..2d4f1792c2 100644 --- a/indra/newview/skins/default/xui/en/menu_object_icon.xml +++ b/indra/newview/skins/default/xui/en/menu_object_icon.xml @@ -24,4 +24,22 @@ function="ObjectIcon.Action" parameter="block" /> </menu_item_call> + <menu_item_separator + layout="topleft" /> + <menu_item_call + label="Show on Map" + layout="topleft" + name="show_on_map"> + <menu_item_call.on_click + function="ObjectIcon.Action" + parameter="map" /> + </menu_item_call> + <menu_item_call + label="Teleport to Object Location" + layout="topleft" + name="teleport_to_object"> + <menu_item_call.on_click + function="ObjectIcon.Action" + parameter="teleport" /> + </menu_item_call> </menu> |