Skip to content
Snippets Groups Projects
Commit 5cb2d639 authored by Merov Linden's avatar Merov Linden
Browse files

STORM-969 : pull into viewer-development

parents 6fb3cf0d 24c90848
No related branches found
No related tags found
No related merge requests found
......@@ -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
};
......
......@@ -165,6 +165,7 @@ public:
C_SHOPPING,
C_STAGE,
C_OTHER,
C_RENTAL,
C_COUNT,
C_ANY = -1 // only useful in queries
};
......
......@@ -1407,6 +1407,10 @@ Only large parcels can be listed in search.
label="Shopping"
name="item11"
value="shopping" />
<combo_box.item
label="Rental"
name="item13"
value="rental" />
<combo_box.item
label="Other"
name="item12"
......@@ -1464,6 +1468,10 @@ Only large parcels can be listed in search.
label="Shopping"
name="item11"
value="shopping" />
<combo_box.item
label="Rental"
name="item13"
value="rental" />
<combo_box.item
label="Other"
name="item12"
......
......@@ -2370,6 +2370,7 @@ Expected .wav, .tga, .bmp, .jpg, .jpeg, or .bvh
<!--<string name="Shopping">Shopping</string> -->
<string name="Stage">Stage</string>
<string name="Other">Other</string>
<string name="Rental">Rental</string>
<string name="Any">Any</string>
<string name="You">You</string>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment