summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Markmann <tm@ayena.de>2012-09-19 15:44:27 (GMT)
committerKevin Smith <git@kismith.co.uk>2012-09-19 17:27:47 (GMT)
commit43e6f6cb4e1fe907df25f8acead2532afa284ad6 (patch)
treeea8fa4484db24858cf6b3b8823245860925f480a /Swift/QtUI/ChatSnippet.h
parent3922b29d87df67657cc0a9a7f37290967cec725b (diff)
downloadswift-contrib-43e6f6cb4e1fe907df25f8acead2532afa284ad6.zip
swift-contrib-43e6f6cb4e1fe907df25f8acead2532afa284ad6.tar.bz2
Distinguish between wrapped and non-wrapped sender names in chat message theming.
Resolves: #1162 License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php
Diffstat (limited to 'Swift/QtUI/ChatSnippet.h')
-rw-r--r--Swift/QtUI/ChatSnippet.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Swift/QtUI/ChatSnippet.h b/Swift/QtUI/ChatSnippet.h
index 92a6837..78e0b88 100644
--- a/Swift/QtUI/ChatSnippet.h
+++ b/Swift/QtUI/ChatSnippet.h
@@ -31,6 +31,7 @@ namespace Swift {
QString result(original);
result.replace("%message%", "&#37;message&#37;");
result.replace("%sender%", "&#37;sender&#37;");
+ result.replace("%wrapped_sender%", "&#37;wrapped_sender&#37;");
result.replace("%time%", "%&#37;time&#37;");
result.replace("%shortTime%", "%&#37;shortTime&#37;");
result.replace("%userIconPath%", "&#37;userIconPath&#37;");