From 9f96ea4339686c3f7e6c25efeb8638ded17f9140 Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Wed, 19 Sep 2007 14:50:20 +0000 Subject: [PATCH] was an inadvertent commit, turning off that functionality again git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@48804 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/mac/carbon/chkconf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wx/mac/carbon/chkconf.h b/include/wx/mac/carbon/chkconf.h index 536b0c053e..eb6c99cbdc 100644 --- a/include/wx/mac/carbon/chkconf.h +++ b/include/wx/mac/carbon/chkconf.h @@ -63,7 +63,7 @@ */ #ifndef wxMAC_USE_COCOA - #define wxMAC_USE_COCOA 1 + #define wxMAC_USE_COCOA 0 #endif #endif