fix dialogs sample after change to generic on OSX
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29582 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -46,7 +46,7 @@ of MSW, MAC and OS2
|
|||||||
#define USE_WXMAC 0
|
#define USE_WXMAC 0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(__WXMAC_OSX__) && ( MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OS_X_VERSION_10_2)
|
#if defined(__WXMAC_OSX__) && ( MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OS_X_VERSION_10_2) && USE_NATIVE_FONT_DIALOG_FOR_MACOSX
|
||||||
#define USE_WXMACFONTDLG 1
|
#define USE_WXMACFONTDLG 1
|
||||||
#else
|
#else
|
||||||
#define USE_WXMACFONTDLG 0
|
#define USE_WXMACFONTDLG 0
|
||||||
|
Reference in New Issue
Block a user