From 9ebea1ea14e8128256ce66fa4cd2e0c8523054af Mon Sep 17 00:00:00 2001 From: Kevin Smith 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%", "%%time%"); result.replace("%shortTime%", "%%shortTime%"); result.replace("%userIconPath%", "%userIconPath%"); + result.replace(" ", "  "); return result; } -- cgit v0.10.2-6-g49f6