diff options
author | maxim_productengine <mnikolenko@productengine.com> | 2020-03-06 16:49:23 +0200 |
---|---|---|
committer | maxim_productengine <mnikolenko@productengine.com> | 2020-03-06 16:49:23 +0200 |
commit | 57b32eb01cd35bbac440569df885036eb24f2369 (patch) | |
tree | 75eb30a8e9716d14642674f0c30993455f753d6d /indra/newview/llfloaterconversationpreview.cpp | |
parent | 4e98602746d513ec82a9264a814a05a23ea22d5b (diff) |
SL-12805 FIXED The Group Chat history can't be opened from the conversations floater
Diffstat (limited to 'indra/newview/llfloaterconversationpreview.cpp')
-rw-r--r-- | indra/newview/llfloaterconversationpreview.cpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/indra/newview/llfloaterconversationpreview.cpp b/indra/newview/llfloaterconversationpreview.cpp index 44725cab70..dd2baacb7e 100644 --- a/indra/newview/llfloaterconversationpreview.cpp +++ b/indra/newview/llfloaterconversationpreview.cpp @@ -84,10 +84,7 @@ BOOL LLFloaterConversationPreview::postBuild() file = "chat"; } mChatHistoryFileName = file; - if (mIsGroup) - { - mChatHistoryFileName += GROUP_CHAT_SUFFIX; - } + LLStringUtil::format_map_t args; args["[NAME]"] = name; std::string title = getString("Title", args); |