git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48018
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
wxLog *wxGUIAppTraitsBase::CreateLogTarget()
{
wxLog *wxGUIAppTraitsBase::CreateLogTarget()
{
+// 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!
return new wxLogGui;
#else
// we must have something!