summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorMnikolenko ProductEngine <mnikolenko@productengine.com>2015-03-27 13:53:38 +0200
committerMnikolenko ProductEngine <mnikolenko@productengine.com>2015-03-27 13:53:38 +0200
commit3f558469daa061d7edcafd377f1e539069f25c8d (patch)
tree42f949da84dfa72123d559b0716efee16897b6e1 /indra/newview
parentb10940e8e38db7c7fc4adbd73ad8a56dec2b58f3 (diff)
MAINT-4718 FIXED Context menu Open button is always disabled for no-copy textures in task inventory
Diffstat (limited to 'indra/newview')
-rwxr-xr-xindra/newview/llpanelobjectinventory.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/indra/newview/llpanelobjectinventory.cpp b/indra/newview/llpanelobjectinventory.cpp
index 5fd575ee8b..bf15f56b44 100755
--- a/indra/newview/llpanelobjectinventory.cpp
+++ b/indra/newview/llpanelobjectinventory.cpp
@@ -689,10 +689,6 @@ void LLTaskInvFVBridge::buildContextMenu(LLMenuGL& menu, U32 flags)
else if (canOpenItem())
{
items.push_back(std::string("Task Open"));
- if (!isItemCopyable())
- {
- disabled_items.push_back(std::string("Task Open"));
- }
}
items.push_back(std::string("Task Properties"));
if(isItemRenameable())