changed \n\r to \r\n

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8484 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2000-10-06 20:21:47 +00:00
parent 12ed316d02
commit df4b7d9894
2 changed files with 4 additions and 4 deletions

View 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