From 9ebea1ea14e8128256ce66fa4cd2e0c8523054af Mon Sep 17 00:00:00 2001
From: Kevin Smith <git@kismith.co.uk>
Date: Mon, 23 Apr 2012 09:16:32 +0100
Subject: Don't lose indentation in chat rendering.

Resolves: #1092

diff --git a/Swift/QtUI/ChatSnippet.h b/Swift/QtUI/ChatSnippet.h
index 0d864c1..523a96c 100644
--- a/Swift/QtUI/ChatSnippet.h
+++ b/Swift/QtUI/ChatSnippet.h
@@ -34,6 +34,7 @@ namespace Swift {
 				result.replace("%time%", "%&#37;time&#37;");
 				result.replace("%shortTime%", "%&#37;shortTime&#37;");
 				result.replace("%userIconPath%", "&#37;userIconPath&#37;");
+				result.replace("  ", "&nbsp;&nbsp;");
 				return result;
 			}
 
-- 
cgit v0.10.2-6-g49f6