http://bugs.winehq.org/show_bug.cgi?id=10445 Kirill K. Smirnov <lich(a)math.spbu.ru> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lich(a)math.spbu.ru --- Comment #1 from Kirill K. Smirnov <lich(a)math.spbu.ru> 2007-11-22 02:34:24 --- I've traced winhelp renderer - it is NOT a CR/LF issue. Instead, it is a TAB problem. The code is smth. like: <text1><LF><TAB><text2><LF><TAB><text3><LF><TAB>.... which is currently rendered as text1 text2 text3 Really I do not know why THIS CASE should be rendered as: text1 text2 text3 But it should, as native winhlp32 displays text correctly. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.