]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/logg.cpp
1. some more tests in console
[wxWidgets.git] / src / generic / logg.cpp
index 7cfc3d16bb395d0ba532270bba898a6858a80e6c..d52e34447d332cbd732b280d2c8ff32b6a8b9ac1 100644 (file)
@@ -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