removal of pc-mac charset conversion for wxMac
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23579 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1171,14 +1171,7 @@ void wxLogTextCtrl::DoLogString(const wxChar *szString, time_t WXUNUSED(t))
|
||||
wxString msg;
|
||||
TimeStamp(&msg);
|
||||
|
||||
#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');
|
||||
#else
|
||||
msg << szString << wxT('\n');
|
||||
#endif
|
||||
|
||||
m_pTextCtrl->AppendText(msg);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user