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:
@@ -433,7 +433,9 @@ bool wxAppBase::SendIdleEvents(wxWindow* win, wxIdleEvent& event)
|
|||||||
|
|
||||||
wxLog *wxGUIAppTraitsBase::CreateLogTarget()
|
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;
|
return new wxLogGui;
|
||||||
#else
|
#else
|
||||||
// we must have something!
|
// we must have something!
|
||||||
|
|||||||
Reference in New Issue
Block a user