]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/bitmap.h
Add wxBITMAP_PNG() macro similar to wxBITMAP() but for PNG images.
[wxWidgets.git] / include / wx / bitmap.h
index 82943ca228b8fd930ba9dd9bfdbc07004864ae16..fc2110755b3fb6474bcd784338d1366c5e3596ea 100644 (file)
@@ -89,7 +89,7 @@ protected:
 
 // Unfortunately, currently wxBitmap does not inherit from wxBitmapBase on all
 // platforms and this is not easy to fix. So we extract at least some common
-// methods into this class from which both wxBitmapBase (and hase wxBitmap on
+// methods into this class from which both wxBitmapBase (and hence wxBitmap on
 // all platforms where it does inherit from it) and wxBitmap in wxMSW and other
 // exceptional ports (only wxPM and old wxCocoa) inherit.
 class WXDLLIMPEXP_CORE wxBitmapHelpers