]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/dialog.h
Use Courier New instead of Courier, to avoid bad characters
[wxWidgets.git] / include / wx / dialog.h
index 11abe1f4fabaa5688a9b9c3af478e13a4e2e0df4..ce21810e370393684bedc03592165d416d04cbed 100644 (file)
@@ -71,7 +71,9 @@ protected:
 #if defined(__WXUNIVERSAL__) && !defined(__WXMICROWIN__)
     #include "wx/univ/dialog.h"
 #else
-    #if defined(__WXMSW__)
+    #if defined(__PALMOS__)
+        #include "wx/palmos/dialog.h"
+    #elif defined(__WXMSW__)
         #include "wx/msw/dialog.h"
     #elif defined(__WXMOTIF__)
         #include "wx/motif/dialog.h"