]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/bitmap.h
Add NUM_CUSTOM
[wxWidgets.git] / interface / wx / bitmap.h
index cf62947f789115770c4e86a3ab75d6fd330bd419..2edeee959f439365a8ced2955c37b04ebe3fd960 100644 (file)
@@ -165,7 +165,7 @@ public:
     If you need direct access the bitmap data instead going through
     drawing to it using wxMemoryDC you need to use the wxPixelData
     class (either wxNativePixelData for RGB bitmaps or wxAlphaPixelData
-    for bitmaps with an additionaly alpha channel).
+    for bitmaps with an additionally alpha channel).
 
     Note that many wxBitmap functions take a @e type parameter, which is a 
     value of the ::wxBitmapType enumeration.