summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/floater_buy_currency.xml
diff options
context:
space:
mode:
authorKent Quirk <q@lindenlab.com>2010-10-26 23:13:36 -0400
committerKent Quirk <q@lindenlab.com>2010-10-26 23:13:36 -0400
commit8947724baa6d595844daeee2f18c865d1886acc5 (patch)
tree1c992e63108c62209b171d56aba68771c3713d70 /indra/newview/skins/default/xui/en/floater_buy_currency.xml
parentcdd930d360b2cddf9b31531310f958f029423d7f (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/floater_buy_currency.xml')
-rw-r--r--indra/newview/skins/default/xui/en/floater_buy_currency.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/skins/default/xui/en/floater_buy_currency.xml b/indra/newview/skins/default/xui/en/floater_buy_currency.xml
index 637f9f55d4..cd5922a9a2 100644
--- a/indra/newview/skins/default/xui/en/floater_buy_currency.xml
+++ b/indra/newview/skins/default/xui/en/floater_buy_currency.xml
@@ -114,7 +114,7 @@
</text>
<line_editor
type="string"
- max_length="10"
+ max_length_bytes="10"
halign="right"
font="SansSerifMedium"
select_on_focus="true"