aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llui/llscrolllistctrl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/llui/llscrolllistctrl.cpp')
-rw-r--r--linden/indra/llui/llscrolllistctrl.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/linden/indra/llui/llscrolllistctrl.cpp b/linden/indra/llui/llscrolllistctrl.cpp
index 460b29f..3c2293f 100644
--- a/linden/indra/llui/llscrolllistctrl.cpp
+++ b/linden/indra/llui/llscrolllistctrl.cpp
@@ -2713,6 +2713,8 @@ LLXMLNodePtr LLScrollListCtrl::getXML(bool save_children) const
2713{ 2713{
2714 LLXMLNodePtr node = LLUICtrl::getXML(); 2714 LLXMLNodePtr node = LLUICtrl::getXML();
2715 2715
2716 node->setName(LL_SCROLL_LIST_CTRL_TAG);
2717
2716 // Attributes 2718 // Attributes
2717 2719
2718 node->createChild("multi_select", TRUE)->setBoolValue(mAllowMultipleSelection); 2720 node->createChild("multi_select", TRUE)->setBoolValue(mAllowMultipleSelection);