]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/fontdlg.h
region from polygon added
[wxWidgets.git] / include / wx / fontdlg.h
index bffb70fc21ab36f173e47e4f7a80e6e98de044b1..43bc4e5ca30aced9f99a8b8f833d16336d30ff53 100644 (file)
@@ -6,7 +6,7 @@
 // Created:     12.05.02
 // RCS-ID:      $Id$
 // Copyright:   (c) 1997-2002 wxWidgets team
-// Licence:     wxWidgets licence
+// Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
 
 #ifndef _WX_FONTDLG_H_BASE_
@@ -65,8 +65,13 @@ protected:
 // platform-specific wxFontDialog implementation
 // ----------------------------------------------------------------------------
 
-#if defined(__WXUNIVERSAL__) || defined(__WXMOTIF__) || defined(__WXMAC__) || defined(__WXCOCOA__) \
-    || defined(__WXWINCE__) || defined(__WXGPE__)
+#if defined(__WXUNIVERSAL__) || \
+    defined(__WXMOTIF__)     || \
+    defined(__WXMAC__)       || \
+    defined(__WXCOCOA__)     || \
+    defined(__WXWINCE__)     || \
+    defined(__WXGPE__)
+
     #include "wx/generic/fontdlgg.h"
     #define wxFontDialog wxGenericFontDialog
 #elif defined(__WXMSW__)