Use wxLogStdErr in preference to wxLogGui on wxCocoa.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48018 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
72ee73c196
commit
4a7ebfc1f2
@ -433,7 +433,9 @@ bool wxAppBase::SendIdleEvents(wxWindow* win, wxIdleEvent& event)
|
||||
|
||||
wxLog *wxGUIAppTraitsBase::CreateLogTarget()
|
||||
{
|
||||
#if wxUSE_LOGGUI
|
||||
// DE: One day I'll remove this but right now the generic dialog used for this
|
||||
// just doesn't work right at all on wxCocoa.
|
||||
#if wxUSE_LOGGUI && !defined(__WXCOCOA__)
|
||||
return new wxLogGui;
|
||||
#else
|
||||
// we must have something!
|
||||
|
Loading…
Reference in New Issue
Block a user