diff options
| author | Tofu Linden <tofu.linden@lindenlab.com> | 2009-11-12 19:52:52 +0000 |
|---|---|---|
| committer | Tofu Linden <tofu.linden@lindenlab.com> | 2009-11-12 19:52:52 +0000 |
| commit | 2a2016f1ef5ee35117f0de50bc5688d3736f5034 (patch) | |
| tree | d3c5aac00b91275e169a0d434b3a08cd47d18621 /indra/newview/llspeakbutton.cpp | |
| parent | 93d0e15703ff91a856d362d9a5489c98b599d829 (diff) | |
| parent | 4acc05b3793623a03ea763c5c8c4072f986ee286 (diff) | |
merge.
Diffstat (limited to 'indra/newview/llspeakbutton.cpp')
| -rw-r--r-- | indra/newview/llspeakbutton.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/indra/newview/llspeakbutton.cpp b/indra/newview/llspeakbutton.cpp index 57ea018f25..51d53b2674 100644 --- a/indra/newview/llspeakbutton.cpp +++ b/indra/newview/llspeakbutton.cpp @@ -133,6 +133,16 @@ LLSpeakButton::~LLSpeakButton() LLTransientFloaterMgr::getInstance()->removeControlView(mShowBtn); } +void LLSpeakButton::setSpeakToolTip(const std::string& msg) +{ + mSpeakBtn->setToolTip(msg); +} + +void LLSpeakButton::setShowToolTip(const std::string& msg) +{ + mShowBtn->setToolTip(msg); +} + void LLSpeakButton::onMouseDown_SpeakBtn() { bool down = true; |
