summaryrefslogtreecommitdiff
path: root/indra/llui/lllineeditor.cpp
diff options
context:
space:
mode:
authorLeslie Linden <leslie@lindenlab.com>2011-09-08 16:34:54 -0700
committerLeslie Linden <leslie@lindenlab.com>2011-09-08 16:34:54 -0700
commitf2acd554bcf8326824acc23457a38a70021b0026 (patch)
tree15500c4e151762303dda8899befc339c3a9838b2 /indra/llui/lllineeditor.cpp
parent0a4bce2b79091ee5b8f4c309a62a86538a2bce72 (diff)
Clean up erroneous XUI parsing errors.
Diffstat (limited to 'indra/llui/lllineeditor.cpp')
-rw-r--r--indra/llui/lllineeditor.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llui/lllineeditor.cpp b/indra/llui/lllineeditor.cpp
index c2173fb89c..ebdd47ae80 100644
--- a/indra/llui/lllineeditor.cpp
+++ b/indra/llui/lllineeditor.cpp
@@ -107,6 +107,7 @@ LLLineEditor::Params::Params()
addSynonym(select_on_focus, "select_all_on_focus_received");
addSynonym(border, "border");
addSynonym(label, "watermark_text");
+ addSynonym(max_length.chars, "max_length");
}
LLLineEditor::LLLineEditor(const LLLineEditor::Params& p)