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
This commit is contained in:
Václav Slavík
2004-03-17 11:53:14 +00:00
parent 58d185f709
commit d638e2fc75

View File

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