Fix llconversationloglist.cpp

master
Cinders 2013-07-25 06:09:34 -06:00
parent 0445b453ee
commit 3ee0bc7500
1 changed files with 1 additions and 1 deletions

View File

@ -351,7 +351,7 @@ void LLConversationLogList::onCustomAction(const LLSD& userdata)
LLAvatarActions::toggleBlock(selected_conversation_participant_id);
}
// <FS:CR> Open conversation history externally
else if ("chat_history_external")
else if ("chat_history_external" == command_name)
{
gViewerWindow->getWindow()->openFile(LLLogChat::makeLogFileName(
LLConversationLog::getInstance()->getConversation(selected_conversation_session_id)->getHistoryFileName()));