diff options
author | Monroe Linden <monroe@lindenlab.com> | 2010-06-17 15:59:42 -0700 |
---|---|---|
committer | Monroe Linden <monroe@lindenlab.com> | 2010-06-17 15:59:42 -0700 |
commit | b022a9f15897cd3eb20f2c977e7c8e8f2660d27a (patch) | |
tree | 18db76f566afff1dc57311d1dfa269097917aee4 /indra/newview/llinventorybridge.cpp | |
parent | b52044cf26b1c0d82bd59bb16cd04edd53b0cc69 (diff) |
Fix for EXT-6277 ("Edit" right-click inventory item does nothing if item is not worn).
Reviewed by Leyla.
Diffstat (limited to 'indra/newview/llinventorybridge.cpp')
-rw-r--r-- | indra/newview/llinventorybridge.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llinventorybridge.cpp b/indra/newview/llinventorybridge.cpp index ec367c1746..c8d66549b7 100644 --- a/indra/newview/llinventorybridge.cpp +++ b/indra/newview/llinventorybridge.cpp @@ -4496,6 +4496,7 @@ void LLWearableBridge::buildContextMenu(LLMenuGL& menu, U32 flags) items.push_back(std::string("Wearable Wear")); items.push_back(std::string("Wearable Add")); disabled_items.push_back(std::string("Take Off")); + disabled_items.push_back(std::string("Wearable Edit")); } break; default: |