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.h | |
parent | 93d0e15703ff91a856d362d9a5489c98b599d829 (diff) | |
parent | 4acc05b3793623a03ea763c5c8c4072f986ee286 (diff) |
merge.
Diffstat (limited to 'indra/newview/llspeakbutton.h')
-rw-r--r-- | indra/newview/llspeakbutton.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/indra/newview/llspeakbutton.h b/indra/newview/llspeakbutton.h index e213c562dd..02c8ab3890 100644 --- a/indra/newview/llspeakbutton.h +++ b/indra/newview/llspeakbutton.h @@ -62,6 +62,11 @@ public: /*virtual*/ ~LLSpeakButton(); /*virtual*/ void draw(); + // *HACK: Need to put tooltips in a translatable location, + // the panel that contains this button. + void setSpeakToolTip(const std::string& msg); + void setShowToolTip(const std::string& msg); + protected: friend class LLUICtrlFactory; LLSpeakButton(const Params& p); |