These are things, I'm sleepy

This commit is contained in:
Liru Færs
2019-10-19 07:09:52 -04:00
parent 4043130f75
commit 0f28a1bd86
6 changed files with 9 additions and 32 deletions

View File

@@ -108,6 +108,9 @@ LLXMLNodePtr LLNameEditor::getXML(bool save_children) const
LLXMLNodePtr node = LLLineEditor::getXML();
node->setName(LL_NAME_EDITOR_TAG);
node->createChild("label", TRUE)->setStringValue(mInitialValue);
node->createChild("rlv_sensitive", TRUE)->setBoolValue(mRLVSensitive);
node->createChild("click_for_profile", TRUE)->setBoolValue(mClickForProfile);
return node;
}