diff options
author | Jacek Antonelli | 2008-08-15 23:45:59 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:59 -0500 |
commit | 6e91a9cc3d5a610198cf526a76e2ab642f10ecd7 (patch) | |
tree | b023869f9daa7f61ea3ab27112d37524bdd88de4 /linden/indra/newview/skins/default/xui/en-us/menu_slurl.xml | |
parent | Second Life viewer sources 1.20.12 (diff) | |
download | meta-impy-6e91a9cc3d5a610198cf526a76e2ab642f10ecd7.zip meta-impy-6e91a9cc3d5a610198cf526a76e2ab642f10ecd7.tar.gz meta-impy-6e91a9cc3d5a610198cf526a76e2ab642f10ecd7.tar.bz2 meta-impy-6e91a9cc3d5a610198cf526a76e2ab642f10ecd7.tar.xz |
Second Life viewer sources 1.20.13
Diffstat (limited to 'linden/indra/newview/skins/default/xui/en-us/menu_slurl.xml')
-rw-r--r-- | linden/indra/newview/skins/default/xui/en-us/menu_slurl.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/linden/indra/newview/skins/default/xui/en-us/menu_slurl.xml b/linden/indra/newview/skins/default/xui/en-us/menu_slurl.xml new file mode 100644 index 0000000..6852a70 --- /dev/null +++ b/linden/indra/newview/skins/default/xui/en-us/menu_slurl.xml | |||
@@ -0,0 +1,17 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | ||
2 | <menu bottom="100" color="0, 0, 0, 1" drop_shadow="true" height="101" left="100" | ||
3 | mouse_opaque="false" name="Popup" opaque="true" width="128"> | ||
4 | <menu_item_separator name="Landmark Separator" /> | ||
5 | <menu_item_call bottom_delta="-18" height="18" label="About URL" left="0" mouse_opaque="true" | ||
6 | name="about_url" width="128"> | ||
7 | <on_click filter="" function="Inventory.DoToSelected" userdata="about" /> | ||
8 | </menu_item_call> | ||
9 | <menu_item_call bottom_delta="-18" height="18" label="Teleport to URL" left="0" | ||
10 | mouse_opaque="true" name="teleport_to_url" width="128"> | ||
11 | <on_click filter="" function="Inventory.DoToSelected" userdata="about" /> | ||
12 | </menu_item_call> | ||
13 | <menu_item_call bottom_delta="-18" height="18" label="Show on Map" left="0" mouse_opaque="true" | ||
14 | name="show_on_map" width="128"> | ||
15 | <on_click filter="" function="Inventory.DoToSelected" userdata="about" /> | ||
16 | </menu_item_call> | ||
17 | </menu> | ||