https://bugs.kde.org/show_bug.cgi?id=174175
--- Comment #4 from Ralf Habacker <ralf.habac...@freenet.de> --- (In reply to Ferenc Veres from comment #3) > 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. Thanks for the info. There is a GSOC student currently studying umbrello code and bug fix workflow. This bug has been selected for this purpose. -- You are receiving this mail because: You are watching all bug changes.