+#ifdef __WXOSX__
+ // currently the images used by DrawTitleBarBitmap() are hard coded as PNG
+ // images inside the library itself so we need to enable PNG support to use
+ // this function
+ wxImage::AddHandler(new wxPNGHandler);
+#endif // OS X
+