]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/icon.h
renamed m_MapFile into m_helpDir because this is what it really is
[wxWidgets.git] / include / wx / icon.h
index 4bccbc43d95c56c6d455a2bfa998b315b54ae0b3..bcf9c53ca8df4b125625a5a376e9b217d7bf56aa 100644 (file)
   #include "wx/msw/icon.h"
 #elif defined(__WXMOTIF__)
   #include "wx/motif/icon.h"
-#elif defined(__WXGTK__)
+#elif defined(__WXGTK20__)
   #include "wx/gtk/icon.h"
+#elif defined(__WXGTK__)
+  #include "wx/gtk1/icon.h"
 #elif defined(__WXX11__)
   #include "wx/x11/icon.h"
 #elif defined(__WXMGL__)