X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d638e2fc7592b09c42a99e6bd105075736a05ed3..e964136c08cb6ebf66e8778d0aab737fe8d17f67:/src/common/msgout.cpp?ds=sidebyside 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() )