X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b0f1bf1c515342973fa3700e9a2c7fd7e42efc74..b0a6bb75bcd4b5a4873d766a9208ac6376fe8625:/src/generic/logg.cpp diff --git a/src/generic/logg.cpp b/src/generic/logg.cpp index 7cfc3d16bb..d52e34447d 100644 --- a/src/generic/logg.cpp +++ b/src/generic/logg.cpp @@ -351,7 +351,7 @@ void wxLogGui::DoLog(wxLogLevel level, const wxChar *szString, time_t t) // debug window anyhow, but do put a timestamp wxString str; TimeStamp(&str); - str << szString << wxT("\n\r"); + str << szString << wxT("\r\n"); OutputDebugString(str); #else // send them to stderr