diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llfloaterland.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/linden/indra/newview/llfloaterland.cpp b/linden/indra/newview/llfloaterland.cpp index 22686fb..f19baa9 100644 --- a/linden/indra/newview/llfloaterland.cpp +++ b/linden/indra/newview/llfloaterland.cpp | |||
@@ -1018,8 +1018,8 @@ void LLPanelLandGeneral::onCommitAny(LLUICtrl *ctrl, void *userdata) | |||
1018 | } | 1018 | } |
1019 | 1019 | ||
1020 | // Extract data from UI | 1020 | // Extract data from UI |
1021 | std::string name = panelp->mEditName->getText(); | 1021 | std::string name = panelp->mEditName->getText(); |
1022 | std::string desc = panelp->mEditDesc->getText(); | 1022 | std::string desc = panelp->mEditDesc->getText(); |
1023 | 1023 | ||
1024 | // Valid data from UI | 1024 | // Valid data from UI |
1025 | 1025 | ||
@@ -1123,7 +1123,7 @@ BOOL LLPanelLandObjects::postBuild() | |||
1123 | 1123 | ||
1124 | mCleanOtherObjectsTime = LLUICtrlFactory::getLineEditorByName(this, "clean other time"); | 1124 | mCleanOtherObjectsTime = LLUICtrlFactory::getLineEditorByName(this, "clean other time"); |
1125 | mCleanOtherObjectsTime->setFocusLostCallback(onLostFocus); | 1125 | mCleanOtherObjectsTime->setFocusLostCallback(onLostFocus); |
1126 | childSetPrevalidate("clean other time", LLLineEditor::prevalidatePrintableNotPipe); | 1126 | childSetPrevalidate("clean other time", LLLineEditor::prevalidateNonNegativeS32); |
1127 | childSetUserData("clean other time", this); | 1127 | childSetUserData("clean other time", this); |
1128 | 1128 | ||
1129 | mOwnerListText = LLUICtrlFactory::getTextBoxByName(this, "Object Owners:"); | 1129 | mOwnerListText = LLUICtrlFactory::getTextBoxByName(this, "Object Owners:"); |