prependNewLineState value stored here is never read since this is the end of the message.

Cinders 2013-11-17 11:43:13 -07:00
parent 87b93b7625
commit f8b98baa8d
1 changed files with 2 additions and 1 deletions

View File

@ -1190,7 +1190,8 @@ void FSChatHistory::appendMessage(const LLChat& chat, const LLSD &args, const LL
}
appendText(message, prependNewLineState, body_message_params); // <FS:Zi> FIRE-8600: TAB out of chat history
prependNewLineState = false;
// Uncomment this if we never need to append to the end of a message. [FS:CR]
//prependNewLineState = false;
}
blockUndo(); // <FS:Zi> FIRE-8600: TAB out of chat history