diff options
author | Jacek Antonelli | 2008-08-15 23:44:46 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:44:46 -0500 |
commit | 38d6d37f2d982fa959e9e8a4a3f7e1ccfad7b5d4 (patch) | |
tree | adca584755d22ca041a2dbfc35d4eca01f70b32c /linden/indra/newview/skins/xui/en-us/menu_pie_land.xml | |
parent | README.txt (diff) | |
download | meta-impy-38d6d37f2d982fa959e9e8a4a3f7e1ccfad7b5d4.zip meta-impy-38d6d37f2d982fa959e9e8a4a3f7e1ccfad7b5d4.tar.gz meta-impy-38d6d37f2d982fa959e9e8a4a3f7e1ccfad7b5d4.tar.bz2 meta-impy-38d6d37f2d982fa959e9e8a4a3f7e1ccfad7b5d4.tar.xz |
Second Life viewer sources 1.13.2.12
Diffstat (limited to 'linden/indra/newview/skins/xui/en-us/menu_pie_land.xml')
-rwxr-xr-x | linden/indra/newview/skins/xui/en-us/menu_pie_land.xml | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/linden/indra/newview/skins/xui/en-us/menu_pie_land.xml b/linden/indra/newview/skins/xui/en-us/menu_pie_land.xml new file mode 100755 index 0000000..cb06ebf --- /dev/null +++ b/linden/indra/newview/skins/xui/en-us/menu_pie_land.xml | |||
@@ -0,0 +1,35 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | ||
2 | <pie_menu name="Land Pie"> | ||
3 | <menu_item_call enabled="false" hidden="false" label="About Land..." mouse_opaque="true" | ||
4 | name="About Land..."> | ||
5 | <on_click function="ShowFloater" userdata="about land" /> | ||
6 | </menu_item_call> | ||
7 | <menu_item_call enabled="false" hidden="false" label="Create" mouse_opaque="true" name="Create"> | ||
8 | <on_click function="Land.Build" /> | ||
9 | <on_enable function="EnableEdit" /> | ||
10 | </menu_item_call> | ||
11 | <menu_item_call enabled="false" hidden="false" label="Go Here" mouse_opaque="true" | ||
12 | name="Go Here"> | ||
13 | <on_click function="GoToObject" /> | ||
14 | </menu_item_call> | ||
15 | <menu_item_call enabled="false" hidden="false" label="Sit Here" mouse_opaque="true" | ||
16 | name="Sit Here"> | ||
17 | <on_click function="Land.Sit" /> | ||
18 | </menu_item_call> | ||
19 | <menu_item_separator /> | ||
20 | <menu_item_call enabled="false" hidden="false" label="Buy Pass..." mouse_opaque="true" | ||
21 | name="Land Buy Pass"> | ||
22 | <on_click function="Land.BuyPass" /> | ||
23 | <on_enable function="Land.EnableBuyPass" /> | ||
24 | </menu_item_call> | ||
25 | <menu_item_call enabled="false" hidden="false" label="Edit Terrain" mouse_opaque="true" | ||
26 | name="Edit Terrain"> | ||
27 | <on_click function="Land.Edit" /> | ||
28 | <on_enable function="EnableEdit" /> | ||
29 | </menu_item_call> | ||
30 | <menu_item_call enabled="false" hidden="false" label="Buy Land..." mouse_opaque="true" | ||
31 | name="Land Buy"> | ||
32 | <on_click function="ShowFloater" userdata="buy land" /> | ||
33 | <on_enable function="World.EnableBuyLand" /> | ||
34 | </menu_item_call> | ||
35 | </pie_menu> | ||