diff options
author | Dave SIMmONs <simon@lindenlab.com> | 2011-06-09 13:46:19 -0700 |
---|---|---|
committer | Dave SIMmONs <simon@lindenlab.com> | 2011-06-09 13:46:19 -0700 |
commit | 50393788693578a2fe3a934faa04b382d75f1657 (patch) | |
tree | e7b6229da6628aaa28e8912065662bd827c19256 /indra/newview/skins/default/xui/en/widgets | |
parent | 484a4733b7b361d87c6092f4f399951e84c2aacd (diff) |
ER-910: Parcel Privacy. Rename things in code to reflect feature name change to "hidden avatars"
Diffstat (limited to 'indra/newview/skins/default/xui/en/widgets')
-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 5a60576b4a..adb8cf3172 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" /> - <privacy_icon - name="privacy_icon" + <hidden_av_icon + name="hidden_av_icon" width="22" height="18" top="21" follows="right|top" - image_name="Parcel_PrivacyOn_Dark" + image_name="Parcel_HiddenAVsOn_Dark" /> <combo_button name="Location History" |