diff options
Diffstat (limited to 'linden/indra/newview/llfloaterproperties.cpp')
-rw-r--r-- | linden/indra/newview/llfloaterproperties.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linden/indra/newview/llfloaterproperties.cpp b/linden/indra/newview/llfloaterproperties.cpp index abae955..8be2ce5 100644 --- a/linden/indra/newview/llfloaterproperties.cpp +++ b/linden/indra/newview/llfloaterproperties.cpp | |||
@@ -164,6 +164,7 @@ LLFloaterProperties::LLFloaterProperties(const std::string& name, const LLRect& | |||
164 | childSetPrevalidate("LabelItemName",&LLLineEditor::prevalidatePrintableNotPipe); | 164 | childSetPrevalidate("LabelItemName",&LLLineEditor::prevalidatePrintableNotPipe); |
165 | childSetCommitCallback("LabelItemName",onCommitName,this); | 165 | childSetCommitCallback("LabelItemName",onCommitName,this); |
166 | childSetPrevalidate("LabelItemDesc",&LLLineEditor::prevalidatePrintableNotPipe); | 166 | childSetPrevalidate("LabelItemDesc",&LLLineEditor::prevalidatePrintableNotPipe); |
167 | childSetCommitCallback("LabelItemDesc", onCommitDescription, this); | ||
167 | // Creator information | 168 | // Creator information |
168 | childSetAction("BtnCreator",onClickCreator,this); | 169 | childSetAction("BtnCreator",onClickCreator,this); |
169 | // owner information | 170 | // owner information |