X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5129653fac64896adba2929cf6fd8e552e93c7d6..24b3cc2c9632b7c6f0f0dd8f935688bd4d5e36f0:/src/generic/logg.cpp diff --git a/src/generic/logg.cpp b/src/generic/logg.cpp index 345cb33530..254439bfc4 100644 --- a/src/generic/logg.cpp +++ b/src/generic/logg.cpp @@ -1104,7 +1104,7 @@ void wxLogTextCtrl::DoLogString(const wxChar *szString, time_t WXUNUSED(t)) wxString msg; TimeStamp(&msg); -#if defined(__WXMAC__) && !defined(__DARWIN__) +#if defined(__WXMAC__) // 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');