use Unix line ending when compiled when the Apple DevTools
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12332 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
f3ff38139d
commit
612500804c
@ -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');
|
||||
|
Loading…
Reference in New Issue
Block a user