https://bugs.kde.org/show_bug.cgi?id=174175
--- Comment #3 from Ferenc Veres <l...@netngine.hu> --- Hi guys, The current code on quickgit.kde.org reads as: case MAC: m_lineEndingChars = QString(QLatin1String("\r\n")); break; case DOS: m_lineEndingChars = QString(QLatin1String("\r")); break; It's no rocket science to see this problem still exists in the code, case MAC should be "\r" and case DOS should be "\r\n". However I didn't check if this code is still in use, as I remember a new code generating subsystem was being implemented back then. https://quickgit.kde.org/?p=umbrello.git&a=blob&h=6033f2c2642dbdab7d351b622d0d631581cb5ea1&hb=6051fd05ef97566ea8122858c8c6a69a3b8c10ff&f=umbrello%2Fcodegenerators%2Fcodegenerationpolicy.cpp -- You are receiving this mail because: You are watching all bug changes.