X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9a83f860948059b0273b5cc6d9e43fadad3ebfca..3e7968c2dae5710f0f1efc43193fc985de7e6ba3:/src/osx/imaglist.cpp?ds=sidebyside diff --git a/src/osx/imaglist.cpp b/src/osx/imaglist.cpp index 0a5cc0c742..e2191ca179 100644 --- a/src/osx/imaglist.cpp +++ b/src/osx/imaglist.cpp @@ -79,7 +79,7 @@ int wxImageList::Add( const wxBitmap &bitmap ) wxT("invalid bitmap size in wxImageList: this might work ") wxT("on this platform but definitely won't under Windows.") ); - // Mimic behavior of Windows ImageList_Add that automatically breaks up the added + // Mimic behaviour of Windows ImageList_Add that automatically breaks up the added // bitmap into sub-images of the correct size if (m_width > 0 && bitmap.GetWidth() > m_width && bitmap.GetHeight() >= m_height) {