aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llui/lltexteditor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/llui/lltexteditor.cpp')
-rw-r--r--linden/indra/llui/lltexteditor.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/linden/indra/llui/lltexteditor.cpp b/linden/indra/llui/lltexteditor.cpp
index 32106f1..7c05239 100644
--- a/linden/indra/llui/lltexteditor.cpp
+++ b/linden/indra/llui/lltexteditor.cpp
@@ -4296,6 +4296,8 @@ LLXMLNodePtr LLTextEditor::getXML(bool save_children) const
4296{ 4296{
4297 LLXMLNodePtr node = LLUICtrl::getXML(); 4297 LLXMLNodePtr node = LLUICtrl::getXML();
4298 4298
4299 node->setName(LL_SIMPLE_TEXT_EDITOR_TAG);
4300
4299 // Attributes 4301 // Attributes
4300 4302
4301 node->createChild("max_length", TRUE)->setIntValue(getMaxLength()); 4303 node->createChild("max_length", TRUE)->setIntValue(getMaxLength());