diff options
author | Josh Bell <josh@lindenlab.com> | 2007-03-05 23:04:46 +0000 |
---|---|---|
committer | Josh Bell <josh@lindenlab.com> | 2007-03-05 23:04:46 +0000 |
commit | b06b9cd30464188f68a1125db9ecc588fdf5ca71 (patch) | |
tree | 2817bff71d8d4ccd65ac29c8034f95d675c7ba73 /indra/llinventory | |
parent | 26029868758949697c2cf7c4a21a88eea3c2a7d5 (diff) |
svn merge -r 58117:58118 svn+ssh://svn.lindenlab.com/svn/linden/branches/release-candidate (into release)
Port of fix for SL-35327 which was fixed in release-candidate.
Diffstat (limited to 'indra/llinventory')
-rw-r--r-- | indra/llinventory/llinventory.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/llinventory/llinventory.cpp b/indra/llinventory/llinventory.cpp index 2e3db2308f..0bc3f19cdf 100644 --- a/indra/llinventory/llinventory.cpp +++ b/indra/llinventory/llinventory.cpp @@ -1727,11 +1727,11 @@ bool inventory_and_asset_types_match( static const std::string INV_ITEM_ID_LABEL("item_id"); static const std::string INV_FOLDER_ID_LABEL("folder_id"); static const std::string INV_PARENT_ID_LABEL("parent_id"); -static const std::string INV_ASSET_TYPE_LABEL("asset_type"); +static const std::string INV_ASSET_TYPE_LABEL("type"); static const std::string INV_PREFERRED_TYPE_LABEL("preferred_type"); static const std::string INV_INVENTORY_TYPE_LABEL("inv_type"); static const std::string INV_NAME_LABEL("name"); -static const std::string INV_DESC_LABEL("description"); +static const std::string INV_DESC_LABEL("desc"); static const std::string INV_PERMISSIONS_LABEL("permissions"); static const std::string INV_ASSET_ID_LABEL("asset_id"); static const std::string INV_SALE_INFO_LABEL("sale_info"); |