X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d638e2fc7592b09c42a99e6bd105075736a05ed3..f925e7b4f3d017b33749bd23a64592c1985e8f98:/src/common/msgout.cpp diff --git a/src/common/msgout.cpp b/src/common/msgout.cpp index 12769bcd33..3d8d15fd64 100755 --- a/src/common/msgout.cpp +++ b/src/common/msgout.cpp @@ -120,6 +120,7 @@ void wxMessageOutputDebug::Printf(const wxChar* format, ...) #if defined(__WXMSW__) && !defined(__WXMICROWIN__) out.Replace(wxT("\t"), wxT(" ")); + out.Replace(wxT("\n"), wxT("\r\n")); ::OutputDebugString(out); #elif defined(__WXMAC__) && !defined(__DARWIN__) if ( wxIsDebuggerRunning() )