diff options
Diffstat (limited to 'src/gui/windows/chatwindow.cpp')
-rw-r--r-- | src/gui/windows/chatwindow.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
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) { |