diff options
author | Cho <cho@lindenlab.com> | 2013-06-05 23:53:25 +0100 |
---|---|---|
committer | Cho <cho@lindenlab.com> | 2013-06-05 23:53:25 +0100 |
commit | 0e6306e70dd5484cbb5c467a6ffc5f520f511489 (patch) | |
tree | ab452a568932c88645580957065d2ff245d17bfd /indra/newview/llagentui.h | |
parent | 4d162e1ec2cd716f40666056bb9e2710958e3360 (diff) | |
parent | faf99f2e1c88f281836c555d9fa6886d45f13751 (diff) |
merge
Diffstat (limited to 'indra/newview/llagentui.h')
-rwxr-xr-x | indra/newview/llagentui.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llagentui.h b/indra/newview/llagentui.h index dda5dc1fd1..bb48dad14c 100755 --- a/indra/newview/llagentui.h +++ b/indra/newview/llagentui.h @@ -35,6 +35,7 @@ public: enum ELocationFormat { LOCATION_FORMAT_NORMAL, // Parcel + LOCATION_FORMAT_NORMAL_COORDS, // Parcel (x, y, z) LOCATION_FORMAT_LANDMARK, // Parcel, Region LOCATION_FORMAT_NO_MATURITY, // Parcel, Region (x, y, z) LOCATION_FORMAT_NO_COORDS, // Parcel, Region - Maturity |