From d638e2fc7592b09c42a99e6bd105075736a05ed3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Wed, 17 Mar 2004 11:53:14 +0000 Subject: [PATCH] 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 --- src/common/msgout.cpp | 1 - 1 file changed, 1 deletion(-) 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() ) -- 2.45.2