aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden
diff options
context:
space:
mode:
authorMcCabe Maxsted2009-01-12 10:51:55 -0700
committerMcCabe Maxsted2009-01-12 10:51:55 -0700
commitee03e83dc76fcb37a180330c510614195494530f (patch)
tree7d008dd79e9e795fe30987ad9d8ef267be5f62a9 /linden
parentAdded shortcut and message to landmark creation (diff)
parentFixed changelog date (2009 not 2008). (diff)
downloadmeta-impy-ee03e83dc76fcb37a180330c510614195494530f.zip
meta-impy-ee03e83dc76fcb37a180330c510614195494530f.tar.gz
meta-impy-ee03e83dc76fcb37a180330c510614195494530f.tar.bz2
meta-impy-ee03e83dc76fcb37a180330c510614195494530f.tar.xz
Added 'create landmark' to land pie menu
Diffstat (limited to 'linden')
-rw-r--r--linden/indra/newview/llviewermenu.cpp1
-rw-r--r--linden/indra/newview/skins/default/xui/en-us/menu_pie_land.xml6
2 files changed, 5 insertions, 2 deletions
diff --git a/linden/indra/newview/llviewermenu.cpp b/linden/indra/newview/llviewermenu.cpp
index 049f0d1..cd557f2 100644
--- a/linden/indra/newview/llviewermenu.cpp
+++ b/linden/indra/newview/llviewermenu.cpp
@@ -9951,6 +9951,7 @@ void initialize_menus()
9951 // Land pie menu 9951 // Land pie menu
9952 addMenu(new LLLandBuild(), "Land.Build"); 9952 addMenu(new LLLandBuild(), "Land.Build");
9953 addMenu(new LLLandSit(), "Land.Sit"); 9953 addMenu(new LLLandSit(), "Land.Sit");
9954 addMenu(new LLWorldCreateLandmark(),"Land.NewLandmark");
9954 addMenu(new LLLandBuyPass(), "Land.BuyPass"); 9955 addMenu(new LLLandBuyPass(), "Land.BuyPass");
9955 addMenu(new LLLandEdit(), "Land.Edit"); 9956 addMenu(new LLLandEdit(), "Land.Edit");
9956 9957
diff --git a/linden/indra/newview/skins/default/xui/en-us/menu_pie_land.xml b/linden/indra/newview/skins/default/xui/en-us/menu_pie_land.xml
index ee2a431..dee0e1d 100644
--- a/linden/indra/newview/skins/default/xui/en-us/menu_pie_land.xml
+++ b/linden/indra/newview/skins/default/xui/en-us/menu_pie_land.xml
@@ -3,7 +3,7 @@
3 <menu_item_call enabled="false" label="About Land..." mouse_opaque="true" name="About Land..."> 3 <menu_item_call enabled="false" label="About Land..." mouse_opaque="true" name="About Land...">
4 <on_click function="ShowFloater" userdata="about land" /> 4 <on_click function="ShowFloater" userdata="about land" />
5 </menu_item_call> 5 </menu_item_call>
6 <menu_item_call enabled="false" label="Create" mouse_opaque="true" name="Create"> 6 <menu_item_call enabled="false" label="Build" mouse_opaque="true" name="Create">
7 <on_click function="Land.Build" /> 7 <on_click function="Land.Build" />
8 <on_enable function="EnableEdit" /> 8 <on_enable function="EnableEdit" />
9 </menu_item_call> 9 </menu_item_call>
@@ -13,7 +13,9 @@
13 <menu_item_call enabled="false" label="Sit Here" mouse_opaque="true" name="Sit Here"> 13 <menu_item_call enabled="false" label="Sit Here" mouse_opaque="true" name="Sit Here">
14 <on_click function="Land.Sit" /> 14 <on_click function="Land.Sit" />
15 </menu_item_call> 15 </menu_item_call>
16 <menu_item_separator /> 16 <menu_item_call enabled="false" label="Create Landmark" mouse_opaque="true" name="Add Landmark">
17 <on_click function="Land.NewLandmark" />
18 </menu_item_call>
17 <menu_item_call enabled="false" label="Buy Pass..." mouse_opaque="true" name="Land Buy Pass"> 19 <menu_item_call enabled="false" label="Buy Pass..." mouse_opaque="true" name="Land Buy Pass">
18 <on_click function="Land.BuyPass" /> 20 <on_click function="Land.BuyPass" />
19 <on_enable function="Land.EnableBuyPass" /> 21 <on_enable function="Land.EnableBuyPass" />