diff options
| author | Steven Bennetts <steve@lindenlab.com> | 2007-01-31 19:36:32 +0000 |
|---|---|---|
| committer | Steven Bennetts <steve@lindenlab.com> | 2007-01-31 19:36:32 +0000 |
| commit | 934e15973ea86e0e863123d4c5eabeae44d6c763 (patch) | |
| tree | c4d9ff93e1d9283c4807981ecf1973babf620143 /indra/newview/llfloaterproperties.cpp | |
| parent | 565e6873decfaadf9eda2d0109132eb64c0ad325 (diff) | |
merge release@57486 release-candidate@57503
Diffstat (limited to 'indra/newview/llfloaterproperties.cpp')
| -rw-r--r-- | indra/newview/llfloaterproperties.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llfloaterproperties.cpp b/indra/newview/llfloaterproperties.cpp index 4311a899c4..76a387556e 100644 --- a/indra/newview/llfloaterproperties.cpp +++ b/indra/newview/llfloaterproperties.cpp @@ -145,6 +145,7 @@ LLFloaterProperties::LLFloaterProperties(const std::string& name, const LLRect& childSetPrevalidate("LabelItemName",&LLLineEditor::prevalidatePrintableNotPipe); childSetCommitCallback("LabelItemName",onCommitName,this); childSetPrevalidate("LabelItemDesc",&LLLineEditor::prevalidatePrintableNotPipe); + childSetCommitCallback("LabelItemDesc", onCommitDescription, this); // Creator information childSetAction("BtnCreator",onClickCreator,this); // owner information |
