diff --git a/indra/newview/llnotify.cpp b/indra/newview/llnotify.cpp index dfb65c3fbf..51d11e8cf6 100644 --- a/indra/newview/llnotify.cpp +++ b/indra/newview/llnotify.cpp @@ -399,6 +399,7 @@ LLButton* LLNotifyBox::addButton(const std::string& name, const std::string& lab LLButton* btn = new LLButton(name, btn_rect, "", boost::bind(&LLNotifyBox::onClickButton, this, is_option ? name : "")); btn->setLabel(label); + btn->setToolTip(label); btn->setFont(font); if (mIsCaution)