get rid of __WXCOCOA__ check in common CreateLogTarget(), the right way to do this...
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 11 Sep 2008 11:20:33 +0000 (11:20 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 11 Sep 2008 11:20:33 +0000 (11:20 +0000)
commitd30ef769524e1e8bc720ff1713b8d928be0a335e
tree0f12fa7947ae7979f10617281d2993a5eeb60fd7
parent13c7fb28ff4a376104822232b2a39afe52058d89
get rid of __WXCOCOA__ check in common CreateLogTarget(), the right way to do this is to override wxUSE_LOG_DIALOG option in wxCocoa-specific chkconf.h

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55546 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/chkconf.h
include/wx/cocoa/chkconf.h [new file with mode: 0644]
src/common/appcmn.cpp