diff options
author | Lynx Linden <lynx@lindenlab.com> | 2010-03-17 15:13:08 +0000 |
---|---|---|
committer | Lynx Linden <lynx@lindenlab.com> | 2010-03-17 15:13:08 +0000 |
commit | 509457b8ef7bfb8e5b6dcb1a25996ae8fe329007 (patch) | |
tree | 8308658f915d12d43b1f417d97660e42b1c5a88d /indra/llui/llurlentry.h | |
parent | 59e4b000a3ed41a3c83ae99501adc3eccf64367e (diff) |
EXT-6335: Add custom labels for specific agent SLapp commands.
We now display custom labels and tooltips for the various
secondlife:///app/agent SLapp suffixes that we support. These include:
/mute, /unmute, /pay, /im, /offerteleport, and /requestfriend. For
example, entering:
secondlife:///app/agent/3e2d81e8-6269-8100-860e-c64e5cee3c2c/mute
Now displays the SLapp in text chat as "Mute <Name>", rather than
simply "<Name>".
Diffstat (limited to 'indra/llui/llurlentry.h')
-rw-r--r-- | indra/llui/llurlentry.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llui/llurlentry.h b/indra/llui/llurlentry.h index c947ef7259..84d0968779 100644 --- a/indra/llui/llurlentry.h +++ b/indra/llui/llurlentry.h @@ -169,6 +169,7 @@ class LLUrlEntryAgent : public LLUrlEntryBase public: LLUrlEntryAgent(); /*virtual*/ std::string getLabel(const std::string &url, const LLUrlLabelCallback &cb); + /*virtual*/ std::string getTooltip(const std::string &string) const; private: void onAgentNameReceived(const LLUUID& id, const std::string& first, const std::string& last, BOOL is_group); |