diff options
author | Lynx Linden <lynx@lindenlab.com> | 2009-11-03 19:08:11 +0000 |
---|---|---|
committer | Lynx Linden <lynx@lindenlab.com> | 2009-11-03 19:08:11 +0000 |
commit | 00e56b09071f4e29ccec1a5451161817ffba4d96 (patch) | |
tree | 0a7039b79b6c53be444f881aa42e663f282ee787 /indra/newview/skins/default/xui/en/menu_url_slurl.xml | |
parent | 97f9ad9f4c049a76287968f2d4fd5133e883984b (diff) |
DEV-41358 DEV-41361: Added support for secondlife:///app/worldmap
SLurls to the LLUrlRegistry. These are now displayed with the more
human-readable label of "Show Map for XXXX" and sport a context menu
with various operations.
I also added "Show on Map" options to the context menus for other
location-based SLurls.
I also internationalized the text for "Teleport to" and the new "Show
Map for" strings.
Diffstat (limited to 'indra/newview/skins/default/xui/en/menu_url_slurl.xml')
-rw-r--r-- | indra/newview/skins/default/xui/en/menu_url_slurl.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/menu_url_slurl.xml b/indra/newview/skins/default/xui/en/menu_url_slurl.xml index 58714f1f42..98abc206a5 100644 --- a/indra/newview/skins/default/xui/en/menu_url_slurl.xml +++ b/indra/newview/skins/default/xui/en/menu_url_slurl.xml @@ -12,6 +12,13 @@ <menu_item_separator layout="topleft" /> <menu_item_call + label="Show on Map" + layout="topleft" + name="show_on_map"> + <menu_item_call.on_click + function="Url.ShowOnMap" /> + </menu_item_call> + <menu_item_call label="Teleport to Location" layout="topleft" name="teleport_to_location"> |