diff options
author | Sam Kolb <skolb@lindenlab.com> | 2007-09-11 20:48:08 +0000 |
---|---|---|
committer | Sam Kolb <skolb@lindenlab.com> | 2007-09-11 20:48:08 +0000 |
commit | 55e52f363195ca7428a2b3773d8488d09e62b04d (patch) | |
tree | a2622bb2524f8c110a5c5c1d09ecc5d2307c16a2 /indra/newview/llfloaterland.cpp | |
parent | 96830697b2f3bb8d1d7e1c4a3a6872845a38926c (diff) |
Merge sl-search-m0 back into release
Diffstat (limited to 'indra/newview/llfloaterland.cpp')
-rw-r--r-- | indra/newview/llfloaterland.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llfloaterland.cpp b/indra/newview/llfloaterland.cpp index aa9a06555c..e0ceedf0f7 100644 --- a/indra/newview/llfloaterland.cpp +++ b/indra/newview/llfloaterland.cpp @@ -367,7 +367,8 @@ BOOL LLPanelLandGeneral::postBuild() childSetUserData("Name", this); - mEditDesc = LLUICtrlFactory::getLineEditorByName(this, "Description"); + mEditDesc = LLUICtrlFactory::getTextEditorByName(this, "Description"); + mEditDesc->setCommitOnFocusLost(TRUE); mEditDesc->setCommitCallback(onCommitAny); childSetPrevalidate("Description", LLLineEditor::prevalidatePrintableNotPipe); childSetUserData("Description", this); |