]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/imaglist.cpp
Added master define for CommandBar vs. PocketPC mixed bar.
[wxWidgets.git] / src / msw / imaglist.cpp
index e0a5d3a76eed9a499b1694c5e69e87c1766682d2..ee8895dbbbc4ad1669dd986377f0453099369db3 100644 (file)
@@ -327,7 +327,7 @@ static HBITMAP GetMaskForImage(const wxBitmap& bitmap, const wxBitmap& mask)
         hbmpMask = (HBITMAP)pMask->GetMaskBitmap();
     }
 
-    // windows mask convention is opposite to the wxWindows one
+    // windows mask convention is opposite to the wxWidgets one
     HBITMAP hbmpMaskInv = wxInvertMask(hbmpMask);
 
     if ( deleteMask )