From 9630767dc8786a001185356abba081bd0acbbef5 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 4 Apr 2017 23:26:11 +0300 Subject: Reserve some characters sequence for future usage in chat messages. --- src/gui/windows/chatwindow.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/gui/windows') diff --git a/src/gui/windows/chatwindow.cpp b/src/gui/windows/chatwindow.cpp index c579c7a70..d81775b43 100644 --- a/src/gui/windows/chatwindow.cpp +++ b/src/gui/windows/chatwindow.cpp @@ -1637,6 +1637,10 @@ bool ChatWindow::resortChatLog(std::string line, // Do nothing. Before was local pet talk return false; } + if (line.find(": \302\202\304") != std::string::npos) + { + replaceAll(line, ": \302\202\304", ": "); + } if (tradeChatTab) { -- cgit v1.2.3-60-g2f50