summaryrefslogtreecommitdiff
path: root/indra/newview/llfloateropenobject.cpp
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2023-01-24 20:15:22 +0000
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2023-01-24 20:15:22 +0000
commitce5ac93883b71b6abf8cffa35204541e257c6b02 (patch)
tree0c636e149c36fa12c1ee6ed8d140c513a1b6cfaf /indra/newview/llfloateropenobject.cpp
parent819eec6f8c3abbf71ec3bdaaf4891068574fdc46 (diff)
SL-18629 - various notes on work for D567
Diffstat (limited to 'indra/newview/llfloateropenobject.cpp')
-rw-r--r--indra/newview/llfloateropenobject.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llfloateropenobject.cpp b/indra/newview/llfloateropenobject.cpp
index 2a1749bd42..cff42f72b7 100644
--- a/indra/newview/llfloateropenobject.cpp
+++ b/indra/newview/llfloateropenobject.cpp
@@ -166,6 +166,7 @@ void LLFloaterOpenObject::moveToInventory(bool wear, bool replace)
}
inventory_func_type func = boost::bind(LLFloaterOpenObject::callbackCreateInventoryCategory,_1,object_id,wear,replace);
+ // D567 copy thumbnail info
LLUUID category_id = gInventory.createNewCategory(parent_category_id,
LLFolderType::FT_NONE,
name,
@@ -173,6 +174,7 @@ void LLFloaterOpenObject::moveToInventory(bool wear, bool replace)
//If we get a null category ID, we are using a capability in createNewCategory and we will
//handle the following in the callbackCreateInventoryCategory routine.
+ // D567 review
if ( category_id.notNull() )
{
LLCatAndWear* data = new LLCatAndWear;