summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Smith <git@kismith.co.uk>2010-10-05 18:34:05 (GMT)
committerKevin Smith <git@kismith.co.uk>2010-10-05 18:34:05 (GMT)
commit43ea2c0064d906c131d415bd8facc13ec95ca281 (patch)
treea42b9c954dbf35f25bce1455750367787f06df4e /Swift/QtUI
parentbfeca3cc938e325bf2cc2d9105c719feb1fe28ee (diff)
downloadswift-43ea2c0064d906c131d415bd8facc13ec95ca281.zip
swift-43ea2c0064d906c131d415bd8facc13ec95ca281.tar.bz2
Linkify updated messages as well as the originals.
Resolves: #584
Diffstat (limited to 'Swift/QtUI')
-rw-r--r--Swift/QtUI/QtChatWindow.cpp2
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)));
}
}