]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/logg.cpp
reverted wxPopupWindow implementation to the original version using WS_CHILD and...
[wxWidgets.git] / src / generic / logg.cpp
index 345cb33530b9fca8ede596a4e88b894fd4038fb4..254439bfc4b600ccffcf93810d946fd949163767 100644 (file)
@@ -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');