diff options
author | Tobias Markmann <tm@ayena.de> | 2012-09-19 15:44:27 (GMT) |
---|---|---|
committer | Kevin Smith <git@kismith.co.uk> | 2012-09-19 17:27:47 (GMT) |
commit | 43e6f6cb4e1fe907df25f8acead2532afa284ad6 (patch) | |
tree | ea8fa4484db24858cf6b3b8823245860925f480a /Swift/QtUI/ChatSnippet.h | |
parent | 3922b29d87df67657cc0a9a7f37290967cec725b (diff) | |
download | swift-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.h | 1 |
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%", "%message%"); result.replace("%sender%", "%sender%"); + result.replace("%wrapped_sender%", "%wrapped_sender%"); result.replace("%time%", "%%time%"); result.replace("%shortTime%", "%%shortTime%"); result.replace("%userIconPath%", "%userIconPath%"); |