summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRamzi Ramey <ramzi@lindenlab.com>2009-09-30 21:59:50 +0000
committerRamzi Ramey <ramzi@lindenlab.com>2009-09-30 21:59:50 +0000
commit6519828508cd0f9feee8154a6412c474bea046de (patch)
treefe4bda2b9d5345dbc1ace48398c99aa959c11971
parent706b67622a0581f58560e06d9ce1ca2722b31f9b (diff)
DEV-14830 add'l fix
Copy-paste caused duplicate control and widget names in the script errors checkbox & radio buttons; Need to fix this before code is written for it. Need a unique name= for localization
-rw-r--r--indra/newview/skins/default/xui/en/panel_preferences_advanced.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/indra/newview/skins/default/xui/en/panel_preferences_advanced.xml b/indra/newview/skins/default/xui/en/panel_preferences_advanced.xml
index 8f710545d5..06ecfdc995 100644
--- a/indra/newview/skins/default/xui/en/panel_preferences_advanced.xml
+++ b/indra/newview/skins/default/xui/en/panel_preferences_advanced.xml
@@ -261,17 +261,17 @@ My Avatar:
label="Show script errors"
layout="topleft"
left="30"
- name="first_person_avatar_visible"
+ name="show_script_errors"
width="256"
top_pad="10"/>
<radio_group
- enabled_control="EnableVoiceChat"
- control_name="VoiceEarLocation"
+ enabled_control="EnableShowScriptErrors"
+ control_name="ShowScriptErrorsLocation"
draw_border="false"
height="40"
layout="topleft"
left_delta="50"
- name="ear_location"
+ name="show_location"
top_pad="5"
width="364">
<radio_item