diff options
author | Kent Quirk <q@lindenlab.com> | 2010-02-18 19:54:34 -0500 |
---|---|---|
committer | Kent Quirk <q@lindenlab.com> | 2010-02-18 19:54:34 -0500 |
commit | c4b42ca78ff214eef66e9fafa369edd3c4ac08c0 (patch) | |
tree | 4ccefaed593f8ec9048e92449b487caf511fa338 /indra/newview/skins/default/xui/en/menu_url_map.xml | |
parent | c44b25abe2295d8c247cef9ab9a1650a064bb6df (diff) |
Reverting change 570851c5baa5
because it's broken
Diffstat (limited to 'indra/newview/skins/default/xui/en/menu_url_map.xml')
-rw-r--r-- | indra/newview/skins/default/xui/en/menu_url_map.xml | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/indra/newview/skins/default/xui/en/menu_url_map.xml b/indra/newview/skins/default/xui/en/menu_url_map.xml deleted file mode 100644 index 2ca9e3b3fe..0000000000 --- a/indra/newview/skins/default/xui/en/menu_url_map.xml +++ /dev/null @@ -1,30 +0,0 @@ -<?xml version="1.0" encoding="utf-8" standalone="yes" ?> -<context_menu - layout="topleft" - name="Url Popup"> - <menu_item_call - label="Show on Map" - layout="topleft" - name="show_on_map"> - <menu_item_call.on_click - function="Url.Execute" /> - </menu_item_call> - <menu_item_separator - layout="topleft" /> - <menu_item_call - label="Teleport to Location" - layout="topleft" - name="teleport_to_location"> - <menu_item_call.on_click - function="Url.Teleport" /> - </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> |