summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Smith <git@kismith.co.uk>2010-09-03 19:14:38 (GMT)
committerKevin Smith <git@kismith.co.uk>2010-09-03 19:14:38 (GMT)
commit840dc1e190cfdfdc9ec88f9f2db3a507221c96bc (patch)
treeabe065ee2c883c37be9e59d63e16adc8498d1a89
parenta0185934b0c929622c5526b84235b86cd44aad1d (diff)
downloadswift-840dc1e190cfdfdc9ec88f9f2db3a507221c96bc.zip
swift-840dc1e190cfdfdc9ec88f9f2db3a507221c96bc.tar.bz2
Try the throbber after the message
-rw-r--r--Swift/QtUI/MessageSnippet.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Swift/QtUI/MessageSnippet.cpp b/Swift/QtUI/MessageSnippet.cpp
index 1c8ddca..9330cb1 100644
--- a/Swift/QtUI/MessageSnippet.cpp
+++ b/Swift/QtUI/MessageSnippet.cpp
@@ -29,7 +29,7 @@ MessageSnippet::MessageSnippet(const QString& message, const QString& sender, co
}
}
- content_.replace("%message%", "<span class='swift_ack'></span><span class='swift_message'>" + escape(message) + "</span>");
+ content_.replace("%message%", "<span class='swift_message'>" + escape(message) + "</span><span class='swift_ack'></span>");
content_.replace("%sender%", escape(sender));
content_.replace("%time%", "<span class='swift_time'>" + escape(time.toString("h:mm")) + "</span>");
content_.replace("%userIconPath%", escape(iconURI));