diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/llui/lltabcontainer.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/linden/indra/llui/lltabcontainer.cpp b/linden/indra/llui/lltabcontainer.cpp index f416948..1f94191 100644 --- a/linden/indra/llui/lltabcontainer.cpp +++ b/linden/indra/llui/lltabcontainer.cpp | |||
@@ -620,6 +620,9 @@ BOOL LLTabContainer::handleKeyHere(KEY key, MASK mask) | |||
620 | LLXMLNodePtr LLTabContainer::getXML(bool save_children) const | 620 | LLXMLNodePtr LLTabContainer::getXML(bool save_children) const |
621 | { | 621 | { |
622 | LLXMLNodePtr node = LLPanel::getXML(); | 622 | LLXMLNodePtr node = LLPanel::getXML(); |
623 | |||
624 | node->setName(LL_TAB_CONTAINER_COMMON_TAG); | ||
625 | |||
623 | node->createChild("tab_position", TRUE)->setStringValue((getTabPosition() == TOP ? "top" : "bottom")); | 626 | node->createChild("tab_position", TRUE)->setStringValue((getTabPosition() == TOP ? "top" : "bottom")); |
624 | return node; | 627 | return node; |
625 | } | 628 | } |