]> git.saurik.com Git - wxWidgets.git/blobdiff - src/osx/imaglist.cpp
Use shared pointers throughout when managing history with the ie backend, simplifying...
[wxWidgets.git] / src / osx / imaglist.cpp
index 0a5cc0c742581eeabb3ebaea558c587d825179c0..e2191ca17921fe663d70d5cd1c5595ba6e26a33f 100644 (file)
@@ -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)
     {