diff options
author | maksymsproductengine <maksymsproductengine@lindenlab.com> | 2012-09-27 20:09:22 +0300 |
---|---|---|
committer | maksymsproductengine <maksymsproductengine@lindenlab.com> | 2012-09-27 20:09:22 +0300 |
commit | 483cbd74d78b8fa7ce94e3d3c7d264bcdaa331b5 (patch) | |
tree | b8c681f0cdeb10cdb8bceaf5ebc6c9ede86cf04b /indra/newview/llavataractions.cpp | |
parent | 6daf27cd0f89e324f6fa67792e60bb8452af5adb (diff) |
CHUI-165 FIXED Add access to Conversation Log and Chat History from the People floater.
Diffstat (limited to 'indra/newview/llavataractions.cpp')
-rwxr-xr-x | indra/newview/llavataractions.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/indra/newview/llavataractions.cpp b/indra/newview/llavataractions.cpp index 42a0376774..a76dbcac53 100755 --- a/indra/newview/llavataractions.cpp +++ b/indra/newview/llavataractions.cpp @@ -897,6 +897,12 @@ void LLAvatarActions::inviteToGroup(const LLUUID& id) } } +// static +void LLAvatarActions::viewChatHistory(const LLUUID& id) +{ + LLFloaterReg::showInstance("preview_conversation", id, true); +} + //== private methods ======================================================================================== // static |