diff options
Diffstat (limited to 'src/gui/chat.cpp')
-rw-r--r-- | src/gui/chat.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/chat.cpp b/src/gui/chat.cpp index 11f60466..0f298436 100644 --- a/src/gui/chat.cpp +++ b/src/gui/chat.cpp @@ -97,7 +97,7 @@ void ChatWindow::chat_log(std::string line, int own) // A try to get text sentences no too long... bool finished = false; - unsigned int maxLength = 80; + unsigned int maxLength = 98; while (!finished) { |