X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a0145564d0f04b2815cc66259c3fa245432fd51a..050c9e3c90c58b05d5b3f7384d1556ca9669f13e:/src/generic/logg.cpp?ds=sidebyside diff --git a/src/generic/logg.cpp b/src/generic/logg.cpp index 6a12263b57..a0ff4d3672 100644 --- a/src/generic/logg.cpp +++ b/src/generic/logg.cpp @@ -1076,7 +1076,7 @@ void wxLogTextCtrl::DoLogString(const wxChar *szString, time_t WXUNUSED(t)) wxString msg; TimeStamp(&msg); -#ifdef __WXMAC__ +#if defined(__WXMAC__) && !defined(__DARWIN__) // VZ: this is a bug in wxMac, it *must* accept '\n' as new line, the // translation must be done in wxTextCtrl, not here! (FIXME) msg << szString << wxT('\r');