diff --git a/indra/newview/llnameeditor.cpp b/indra/newview/llnameeditor.cpp index e9ec70666..4f0ddc44e 100644 --- a/indra/newview/llnameeditor.cpp +++ b/indra/newview/llnameeditor.cpp @@ -76,6 +76,7 @@ BOOL LLNameEditor::handleRightMouseDown(S32 x, S32 y, MASK mask) void LLNameEditor::setText(const std::string& text) { + setToolTip(text); LLLineEditor::setText(text); }