X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f2c8079119e5887329d1cba5677498d9f6443f62..cbbb1f548962b30c43849e29fd64eceb4d8720e8:/src/common/imagpng.cpp diff --git a/src/common/imagpng.cpp b/src/common/imagpng.cpp index c0b1939510..5b151d568d 100644 --- a/src/common/imagpng.cpp +++ b/src/common/imagpng.cpp @@ -43,7 +43,7 @@ // constants // ---------------------------------------------------------------------------- -// image can not have any transparent pixels at all, have only 100% opaque +// image cannot have any transparent pixels at all, have only 100% opaque // and/or 100% transparent pixels in which case a simple mask is enough to // store this information in wxImage or have a real alpha channel in which case // we need to have it in wxImage as well