]> git.saurik.com Git - wxWidgets.git/commitdiff
Reverted and fixed really broken overcommit
authorRyan Norton <wxprojects@comcast.net>
Thu, 14 Oct 2004 14:07:27 +0000 (14:07 +0000)
committerRyan Norton <wxprojects@comcast.net>
Thu, 14 Oct 2004 14:07:27 +0000 (14:07 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29840 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/features.h

index 67ca4cfc8b75c0f4a53e762ccd25e6874a4bc4cd..6345fec778f11e80b1d497a02eb78852e63b2a80 100644 (file)
@@ -29,9 +29,9 @@
     #undef wxHAS_RAW_KEY_CODES
 #endif
 
-/*  taskbar is only implemented in wxMSW and X11 ports */
+/*  taskbar is implemented in the major ports */
 #if defined(__WXMSW__) || \
-        defined(__WXGTK__) || defined(__WXMOTIF__) || defined(__WXX11__)
+        defined(__WXGTK__) || defined(__WXMOTIF__) || defined(__WXX11__) || defined(__WXMAC_OSX__)
     #define wxHAS_TASK_BAR_ICON
 #else
     #undef wxHAS_TASK_BAR_ICON