diff options
author | Kent Quirk <q@lindenlab.com> | 2010-10-26 23:13:36 -0400 |
---|---|---|
committer | Kent Quirk <q@lindenlab.com> | 2010-10-26 23:13:36 -0400 |
commit | 8947724baa6d595844daeee2f18c865d1886acc5 (patch) | |
tree | 1c992e63108c62209b171d56aba68771c3713d70 /indra/newview/skins/default/xui/en/panel_edit_wearable.xml | |
parent | cdd930d360b2cddf9b31531310f958f029423d7f (diff) |
STORM-482; change to allow 1023 characters again in local chat. While fixing this, I noticed that a change to XUI meant that many floaters had tried to set a limit on text length for line_editor components but it didn't take effect because the parameter name was wrong; I changed them to agree.
Diffstat (limited to 'indra/newview/skins/default/xui/en/panel_edit_wearable.xml')
-rw-r--r-- | indra/newview/skins/default/xui/en/panel_edit_wearable.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/skins/default/xui/en/panel_edit_wearable.xml b/indra/newview/skins/default/xui/en/panel_edit_wearable.xml index b8ef612c6c..b3e9586ee9 100644 --- a/indra/newview/skins/default/xui/en/panel_edit_wearable.xml +++ b/indra/newview/skins/default/xui/en/panel_edit_wearable.xml @@ -241,7 +241,7 @@ height="23" layout="topleft" left="10" - max_length="63" + max_length_bytes="63" name="description" prevalidate_callback="ascii" select_on_focus="true" |