summaryrefslogtreecommitdiff
path: root/indra/newview/llinventorybridge.cpp
diff options
context:
space:
mode:
authorMerov Linden <merov@lindenlab.com>2010-11-02 17:31:01 -0700
committerMerov Linden <merov@lindenlab.com>2010-11-02 17:31:01 -0700
commitaccbddaeadeec7221c9244bf1c0245b8ccbd12bc (patch)
tree2d667f211e155cce632098c7f1667a77dd6340e7 /indra/newview/llinventorybridge.cpp
parentf481f13969c4e8ae4292ebab6e7223613db6a8bd (diff)
parentcace89d2e97a8d71179a272cbeb62630bb4a1331 (diff)
STORM-283 : merge with viewer-development
Diffstat (limited to 'indra/newview/llinventorybridge.cpp')
-rw-r--r--indra/newview/llinventorybridge.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llinventorybridge.cpp b/indra/newview/llinventorybridge.cpp
index 73b99b04a6..5ba87423c7 100644
--- a/indra/newview/llinventorybridge.cpp
+++ b/indra/newview/llinventorybridge.cpp
@@ -2908,6 +2908,7 @@ static BOOL can_move_to_outfit(LLInventoryItem* inv_item, BOOL move_is_into_curr
{
if ((inv_item->getInventoryType() != LLInventoryType::IT_WEARABLE) &&
(inv_item->getInventoryType() != LLInventoryType::IT_GESTURE) &&
+ (inv_item->getInventoryType() != LLInventoryType::IT_ATTACHMENT) &&
(inv_item->getInventoryType() != LLInventoryType::IT_OBJECT))
{
return FALSE;