diff options
author | simon <none@none> | 2015-04-14 10:46:45 -0700 |
---|---|---|
committer | simon <none@none> | 2015-04-14 10:46:45 -0700 |
commit | 99c5f36f204759af1a81268be0bc72dd69789de4 (patch) | |
tree | 4c2449aa915f1b538788f69bf540f028847a334a /indra/newview/llpanelobjectinventory.cpp | |
parent | 00f18efe75cdf5d70b2f7f66ce702fc3bd25dd5d (diff) | |
parent | a647b8f1cbab13f07ea889c80df28414bc906129 (diff) |
Merge viewer-release, become version 3.7.28
Diffstat (limited to 'indra/newview/llpanelobjectinventory.cpp')
-rwxr-xr-x | indra/newview/llpanelobjectinventory.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/indra/newview/llpanelobjectinventory.cpp b/indra/newview/llpanelobjectinventory.cpp index 8b927a0c6b..1ae9d916b3 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()) |