]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/imaglist.cpp
Fix file paths in wxFileSystemWatcherEvent under OS X.
[wxWidgets.git] / src / generic / imaglist.cpp
index 8dddab3540e8be9feedffea85a82035c09cc34ef..ee1c9d7bddc60cd9d6f97147536a8001a0068707 100644 (file)
@@ -76,7 +76,7 @@ int wxGenericImageList::Add( const wxBitmap &bitmap )
     }
     else
     {
-        // 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)
         {