]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/combobox.h
1. added support for bitmaps with alpha channel
[wxWidgets.git] / include / wx / combobox.h
index 237f471e8f91d0f84bcb0cc6a67d64c14618f9fd..e914de482e985be7116d02953ce1620711da59ec 100644 (file)
@@ -5,7 +5,7 @@
 // Modified by:
 // Created:     24.12.00
 // RCS-ID:      $Id$
-// Copyright:   (c) 1996-2000 wxWindows team
+// Copyright:   (c) 1996-2000 wxWidgets team
 // Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
 
@@ -61,10 +61,10 @@ public:
     #include "wx/gtk/combobox.h"
 #elif defined(__WXMAC__)
     #include "wx/mac/combobox.h"
+#elif defined(__WXCOCOA__)
+    #include "wx/cocoa/combobox.h"
 #elif defined(__WXPM__)
     #include "wx/os2/combobox.h"
-#elif defined(__WXSTUBS__)
-    #include "wx/stubs/combobox.h"
 #endif
 
 #endif // wxUSE_COMBOBOX