]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/imaglist.cpp
Fix UseUintMax definition used by wxAny for VC6.
[wxWidgets.git] / src / generic / imaglist.cpp
index 87240c8aa2fa1b52fb852a92be336d5f7bbce558..8dddab3540e8be9feedffea85a82035c09cc34ef 100644 (file)
@@ -65,8 +65,8 @@ int wxGenericImageList::Add( const wxBitmap &bitmap )
 {
     wxASSERT_MSG( (bitmap.GetWidth() >= m_width && bitmap.GetHeight() == m_height)
                   || (m_width == 0 && m_height == 0),
-                  _T("invalid bitmap size in wxImageList: this might work ")
-                  _T("on this platform but definitely won't under Windows.") );
+                  wxT("invalid bitmap size in wxImageList: this might work ")
+                  wxT("on this platform but definitely won't under Windows.") );
 
     const int index = int(m_images.GetCount());