diff options
author | Rick Pasetto <rick@lindenlab.com> | 2009-11-04 16:13:07 -0800 |
---|---|---|
committer | Rick Pasetto <rick@lindenlab.com> | 2009-11-04 16:13:07 -0800 |
commit | e1c5abce9309a89bd9993264bca8dadadf882c6f (patch) | |
tree | 81e1f91811b207abd4dfe4c82db31583d92df212 /indra/newview/llfloateropenobject.cpp | |
parent | 33eac5dc0a1dfc0624dcfc75bec35155fbb9c917 (diff) | |
parent | 0bd2567bf5648808a95c7826581199bb371597cb (diff) |
merge with remote repo
Diffstat (limited to 'indra/newview/llfloateropenobject.cpp')
-rw-r--r-- | indra/newview/llfloateropenobject.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llfloateropenobject.cpp b/indra/newview/llfloateropenobject.cpp index b6ec0868cf..e277aba493 100644 --- a/indra/newview/llfloateropenobject.cpp +++ b/indra/newview/llfloateropenobject.cpp @@ -158,14 +158,14 @@ void LLFloaterOpenObject::moveToInventory(bool wear) if (wear) { parent_category_id = gInventory.findCategoryUUIDForType( - LLAssetType::AT_CLOTHING); + LLFolderType::FT_CLOTHING); } else { parent_category_id = gInventory.getRootFolderID(); } LLUUID category_id = gInventory.createNewCategory(parent_category_id, - LLAssetType::AT_NONE, + LLFolderType::FT_NONE, name); LLCatAndWear* data = new LLCatAndWear; |