]> git.saurik.com Git - wxWidgets.git/commitdiff
Use generic font dialog for wxCocoa
authorDavid Elliott <dfe@tgwbd.org>
Sat, 22 Mar 2003 06:03:07 +0000 (06:03 +0000)
committerDavid Elliott <dfe@tgwbd.org>
Sat, 22 Mar 2003 06:03:07 +0000 (06:03 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19692 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/fontdlg.h

index 7d3a3e8fe42cfcae1cf1ba0cf1fa3cff777d3ff4..a8a5572e066eed9c81c3138bedd23d6aa64a5861 100644 (file)
@@ -63,7 +63,7 @@ protected:
 // platform-specific wxFontDialog implementation
 // ----------------------------------------------------------------------------
 
-#if defined(__WXUNIVERSAL__) || defined(__WXMOTIF__) || defined(__WXMAC__)
+#if defined(__WXUNIVERSAL__) || defined(__WXMOTIF__) || defined(__WXMAC__) || defined(__WXCOCOA__)
     #include "wx/generic/fontdlgg.h"
     #define wxFontDialog wxGenericFontDialog
     #define sm_classwxFontDialog sm_classwxGenericFontDialog