diff options
author | simon@lindenlab.com <simon@lindenlab.com> | 2011-07-01 14:06:08 -0700 |
---|---|---|
committer | simon@lindenlab.com <simon@lindenlab.com> | 2011-07-01 14:06:08 -0700 |
commit | 918238dd18f74ee2783d55dfb961e8f44b2f4b1b (patch) | |
tree | b3cf6772720d4509341f06135ee2241e579c9901 /indra/newview/skins/default/xui/en/widgets/location_input.xml | |
parent | d40bd76ec76bf7d2fa59d15f5c71125c9813f31e (diff) |
ER-1016 - "Remove ability for anyone to edit terrain" and ER-910 "Parcel
Privacy" changes. Many naming changes for the featureto be "See avatars"
instead of "hidden avatars". Also removed the "anyone can edit terrain"
checkbox and slammed the value to FALSE.
Diffstat (limited to 'indra/newview/skins/default/xui/en/widgets/location_input.xml')
-rw-r--r-- | indra/newview/skins/default/xui/en/widgets/location_input.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/indra/newview/skins/default/xui/en/widgets/location_input.xml b/indra/newview/skins/default/xui/en/widgets/location_input.xml index 6041d750da..44436fb6f2 100644 --- a/indra/newview/skins/default/xui/en/widgets/location_input.xml +++ b/indra/newview/skins/default/xui/en/widgets/location_input.xml @@ -123,13 +123,13 @@ font="SansSerifSmall" text_color="TextFgColor" /> - <hidden_av_icon - name="hidden_av_icon" + <see_avatars_icon + name="see_avatars_icon" width="22" height="18" top="21" follows="right|top" - image_name="Parcel_HiddenAVsOn_Light" + image_name="Parcel_SeeAVsOff_Light" /> <combo_button name="Location History" |