switching to OSX naming

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54101 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2008-06-11 15:53:10 +00:00
parent d1a64f69cb
commit 712d087f0c
3 changed files with 35 additions and 10 deletions

View File

@@ -74,7 +74,7 @@ inline bool wxFontDialogBase::Create(wxWindow *parent, const wxFontData *data)
// platform-specific wxFontDialog implementation
// ----------------------------------------------------------------------------
#if defined( __WXMAC_OSX__ )
#if defined( __WXOSX_MAC__ )
//set to 1 to use native mac font and color dialogs
#define USE_NATIVE_FONT_DIALOG_FOR_MACOSX 1
#else