]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/carbon/menuitem.cpp
Copy about.htm
[wxWidgets.git] / src / mac / carbon / menuitem.cpp
index 0b9094a12f4c524257e157a24749c34064865f5b..5188955ad40e091e2a1ffbdb049dd66eec554a04 100644 (file)
@@ -86,6 +86,7 @@ void wxMenuItem::UpdateItemBitmap()
         
     if ( m_bitmap.Ok() )
     {
+#if wxUSE_BMPBUTTON
         ControlButtonContentInfo info ;
         wxMacCreateBitmapButton( &info , m_bitmap ) ;
         if ( info.contentType != kControlNoContent )
@@ -95,7 +96,7 @@ void wxMenuItem::UpdateItemBitmap()
                     kMenuIconRefType , (Handle) info.u.iconRef ) ;
         }
         wxMacReleaseBitmapButton( &info ) ;
-            
+#endif            
     }
 }