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:
@@ -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() )
|
||||||
|
Reference in New Issue
Block a user