aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llinventorybridge.cpp
diff options
context:
space:
mode:
authorJacek Antonelli2009-05-24 02:59:24 -0500
committerJacek Antonelli2009-05-24 02:59:40 -0500
commitb2627d927f1642bea84b92adfccd9403676e1341 (patch)
tree07f069e63cfa633b9bd0d07b4eecc229ef67f974 /linden/indra/newview/llinventorybridge.cpp
parentSecond Life viewer sources 1.23.1-RC (diff)
downloadmeta-impy-b2627d927f1642bea84b92adfccd9403676e1341.zip
meta-impy-b2627d927f1642bea84b92adfccd9403676e1341.tar.gz
meta-impy-b2627d927f1642bea84b92adfccd9403676e1341.tar.bz2
meta-impy-b2627d927f1642bea84b92adfccd9403676e1341.tar.xz
Second Life viewer sources 1.23.2-RC
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llinventorybridge.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/linden/indra/newview/llinventorybridge.cpp b/linden/indra/newview/llinventorybridge.cpp
index a5197d9..5d40760 100644
--- a/linden/indra/newview/llinventorybridge.cpp
+++ b/linden/indra/newview/llinventorybridge.cpp
@@ -3452,7 +3452,8 @@ void LLObjectBridge::buildContextMenu(LLMenuGL& menu, U32 flags)
3452 items.push_back(std::string("Object Wear")); 3452 items.push_back(std::string("Object Wear"));
3453 items.push_back(std::string("Attach To")); 3453 items.push_back(std::string("Attach To"));
3454 items.push_back(std::string("Attach To HUD")); 3454 items.push_back(std::string("Attach To HUD"));
3455 items.push_back(std::string("Restore to Last Position")); 3455 // commented out for DEV-32347
3456 //items.push_back(std::string("Restore to Last Position"));
3456 3457
3457 LLMenuGL* attach_menu = menu.getChildMenuByName("Attach To", TRUE); 3458 LLMenuGL* attach_menu = menu.getChildMenuByName("Attach To", TRUE);
3458 LLMenuGL* attach_hud_menu = menu.getChildMenuByName("Attach To HUD", TRUE); 3459 LLMenuGL* attach_hud_menu = menu.getChildMenuByName("Attach To HUD", TRUE);