Fix replacing Horizontal Tab with the unicode char
authorBas Pape <baspape@gmail.com>
Tue, 14 May 2013 22:01:11 +0000 (00:01 +0200)
committerBas Pape <baspape@gmail.com>
Thu, 16 May 2013 17:59:54 +0000 (19:59 +0200)
commit11d63f3740fd49eb32b5f604c17452913f9ae3d5
tree3dae73a63714bcb6a0b6bca87fc4a76b2f9be0b7
parent713f393f8890be442e3e8485b178f7b931b4948c
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