]> git.saurik.com Git - wxWidgets.git/commitdiff
don't add \n, it's supposed to be part of the input
authorVáclav Slavík <vslavik@fastmail.fm>
Wed, 17 Mar 2004 11:53:14 +0000 (11:53 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Wed, 17 Mar 2004 11:53:14 +0000 (11:53 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26242 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/msgout.cpp

index 961e0c4614838533e3b284fa1b3d438ea6b18d36..12769bcd3390d1b00da3f54f984607c900fb6d8d 100755 (executable)
@@ -120,7 +120,6 @@ void wxMessageOutputDebug::Printf(const wxChar* format, ...)
 
 #if defined(__WXMSW__) && !defined(__WXMICROWIN__)
     out.Replace(wxT("\t"), wxT("        "));
 
 #if defined(__WXMSW__) && !defined(__WXMICROWIN__)
     out.Replace(wxT("\t"), wxT("        "));
-    out += _T("\r\n");
     ::OutputDebugString(out);
 #elif defined(__WXMAC__) && !defined(__DARWIN__)
     if ( wxIsDebuggerRunning() )
     ::OutputDebugString(out);
 #elif defined(__WXMAC__) && !defined(__DARWIN__)
     if ( wxIsDebuggerRunning() )