From: Vadim Zeitlin Date: Sun, 12 Nov 2006 23:34:38 +0000 (+0000) Subject: attempt to disable experimental font dialog for OS X 10.2 (to fix the tinderbox build) X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/836ddd188376d8ecd691324321f7b6f32d77c8fc attempt to disable experimental font dialog for OS X 10.2 (to fix the tinderbox build) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43384 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/mac/carbon/fontdlg.h b/include/wx/mac/carbon/fontdlg.h index 380478bd5c..b9533bea69 100644 --- a/include/wx/mac/carbon/fontdlg.h +++ b/include/wx/mac/carbon/fontdlg.h @@ -20,8 +20,12 @@ */ #ifndef wxMAC_USE_EXPERIMENTAL_FONTDIALOG +#if MAC_OS_X_VERSION_MAX_ALLOWED <= MAC_OS_X_VERSION_10_2 +#define wxMAC_USE_EXPERIMENTAL_FONTDIALOG 0 +#else #define wxMAC_USE_EXPERIMENTAL_FONTDIALOG 1 #endif +#endif #if wxMAC_USE_EXPERIMENTAL_FONTDIALOG