summaryrefslogtreecommitdiff
path: root/indra/llinventory/llparcelflags.h
diff options
context:
space:
mode:
authorDave SIMmONs <simon@lindenlab.com>2011-06-09 13:46:19 -0700
committerDave SIMmONs <simon@lindenlab.com>2011-06-09 13:46:19 -0700
commit50393788693578a2fe3a934faa04b382d75f1657 (patch)
treee7b6229da6628aaa28e8912065662bd827c19256 /indra/llinventory/llparcelflags.h
parent484a4733b7b361d87c6092f4f399951e84c2aacd (diff)
ER-910: Parcel Privacy. Rename things in code to reflect feature name change to "hidden avatars"
Diffstat (limited to 'indra/llinventory/llparcelflags.h')
-rw-r--r--indra/llinventory/llparcelflags.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llinventory/llparcelflags.h b/indra/llinventory/llparcelflags.h
index a3d131c7a2..a85a6a51b3 100644
--- a/indra/llinventory/llparcelflags.h
+++ b/indra/llinventory/llparcelflags.h
@@ -127,6 +127,6 @@ const S32 PARCEL_DETAILS_OWNER = 2;
const S32 PARCEL_DETAILS_GROUP = 3;
const S32 PARCEL_DETAILS_AREA = 4;
const S32 PARCEL_DETAILS_ID = 5;
-const S32 PARCEL_DETAILS_PRIVACY = 6;
+const S32 PARCEL_DETAILS_HIDDEN_AVS = 6;
#endif