summaryrefslogtreecommitdiff
path: root/indra/llinventory/llparcel.cpp
diff options
context:
space:
mode:
authorMerov Linden <merov@lindenlab.com>2011-03-03 23:25:03 -0800
committerMerov Linden <merov@lindenlab.com>2011-03-03 23:25:03 -0800
commit5cb2d63979f0ff72cb9351dc9aa070b1990a1f9c (patch)
treec56a0d9205c675a6c3836f4a9b7e2dcb4ae7782e /indra/llinventory/llparcel.cpp
parent6fb3cf0d3ae490ec46b2b3006960a688ead6d1e6 (diff)
parent24c908483cb1fdceeb222129c4f329969779d6ca (diff)
STORM-969 : pull into viewer-development
Diffstat (limited to 'indra/llinventory/llparcel.cpp')
-rw-r--r--indra/llinventory/llparcel.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llinventory/llparcel.cpp b/indra/llinventory/llparcel.cpp
index 488bd45d8f..d2409375e3 100644
--- a/indra/llinventory/llparcel.cpp
+++ b/indra/llinventory/llparcel.cpp
@@ -72,6 +72,7 @@ static const std::string PARCEL_CATEGORY_STRING[LLParcel::C_COUNT] =
"shopping",
"stage",
"other",
+ "rental"
};
static const std::string PARCEL_CATEGORY_UI_STRING[LLParcel::C_COUNT + 1] =
{
@@ -89,6 +90,7 @@ static const std::string PARCEL_CATEGORY_UI_STRING[LLParcel::C_COUNT + 1] =
"Shopping",
"Stage",
"Other",
+ "Rental",
"Any", // valid string for parcel searches
};