diff options
Diffstat (limited to 'Swift/QtUI/QtChatWindow.cpp')
-rw-r--r-- | Swift/QtUI/QtChatWindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Swift/QtUI/QtChatWindow.cpp b/Swift/QtUI/QtChatWindow.cpp index a71cd43..ef31727 100644 --- a/Swift/QtUI/QtChatWindow.cpp +++ b/Swift/QtUI/QtChatWindow.cpp @@ -389,7 +389,7 @@ void QtChatWindow::moveEvent(QMoveEvent*) { } void QtChatWindow::replaceLastMessage(const String& message) { - messageLog_->replaceLastMessage(P2QSTRING(message)); + messageLog_->replaceLastMessage(P2QSTRING(Linkify::linkify(message))); } } |