Fix replacing Horizontal Tab with the unicode char
authorBas Pape <baspape@gmail.com>
Tue, 14 May 2013 22:01:11 +0000 (00:01 +0200)
committerManuel Nickschas <sputnick@quassel-irc.org>
Thu, 16 May 2013 20:43:42 +0000 (22:43 +0200)
commite27673dcfeaafc842ab4d674d462ea2a7119fac3
tree56444e26b6335a1f65b8529138e71157cbf0c628
parent7f4ab1d60cae559edd0579747691052f7a4100ef
Fix replacing Horizontal Tab with the unicode char

Commit 4676ff82af669595edaf090c97a28161d67782a1 caused horizontal tabs
to be replaced with the HT character of the unicode control char block.
Fix that by replacing it with 8 spaces again.
src/uisupport/uistyle.cpp