From: Václav Slavík Date: Wed, 17 Mar 2004 11:53:14 +0000 (+0000) Subject: don't add \n, it's supposed to be part of the input X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/d638e2fc7592b09c42a99e6bd105075736a05ed3 don't add \n, it's supposed to be part of the input git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26242 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/common/msgout.cpp b/src/common/msgout.cpp index 961e0c4614..12769bcd33 100755 --- a/src/common/msgout.cpp +++ b/src/common/msgout.cpp @@ -120,7 +120,6 @@ void wxMessageOutputDebug::Printf(const wxChar* format, ...) #if defined(__WXMSW__) && !defined(__WXMICROWIN__) out.Replace(wxT("\t"), wxT(" ")); - out += _T("\r\n"); ::OutputDebugString(out); #elif defined(__WXMAC__) && !defined(__DARWIN__) if ( wxIsDebuggerRunning() )