diff options
author | Vadim ProductEngine <vsavchuk@productengine.com> | 2011-03-23 22:58:49 +0200 |
---|---|---|
committer | Vadim ProductEngine <vsavchuk@productengine.com> | 2011-03-23 22:58:49 +0200 |
commit | df450ff17b7a6bb27049f6f462e75fe0763644c3 (patch) | |
tree | a376dfdf65c38da7cffb6951f54cec4f4f0a4457 /indra/newview/llviewerchat.h | |
parent | e4a4d75104916968ce03337094b1194e0daff438 (diff) |
STORM-1021 ADDITIONAL_FIX Replaced usual object inspector with the remote one in nearby chat toasts.
Diffstat (limited to 'indra/newview/llviewerchat.h')
-rw-r--r-- | indra/newview/llviewerchat.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/newview/llviewerchat.h b/indra/newview/llviewerchat.h index a9f9a98960..0f15d29f04 100644 --- a/indra/newview/llviewerchat.h +++ b/indra/newview/llviewerchat.h @@ -40,6 +40,10 @@ public: static LLFontGL* getChatFont(); static S32 getChatFontSize(); static void formatChatMsg(const LLChat& chat, std::string& formated_msg); + static std::string getSenderSLURL(const LLChat& chat, const LLSD& args); + +private: + static std::string getObjectImSLURL(const LLChat& chat, const LLSD& args); }; |