]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/dialog.h
Really fix the problem with caret in wxGrid text editor under MSW.
[wxWidgets.git] / include / wx / dialog.h
index bf9d71646acc39c2b7af35587705d86aa119d39e..c06fd359ffa8b5ebb71510c6bb941d47fd0b47f4 100644 (file)
@@ -350,9 +350,7 @@ public:
 #if defined(__WXUNIVERSAL__) && !defined(__WXMICROWIN__)
     #include "wx/univ/dialog.h"
 #else
-    #if defined(__WXPALMOS__)
-        #include "wx/palmos/dialog.h"
-    #elif defined(__WXMSW__)
+    #if defined(__WXMSW__)
         #include "wx/msw/dialog.h"
     #elif defined(__WXMOTIF__)
         #include "wx/motif/dialog.h"