X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a1abd1a923027a33fb67c0050c950081df63c612..982d7f931701e2d65182f798e9182139efd67ed7:/src/generic/imaglist.cpp diff --git a/src/generic/imaglist.cpp b/src/generic/imaglist.cpp index 87240c8aa2..8dddab3540 100644 --- a/src/generic/imaglist.cpp +++ b/src/generic/imaglist.cpp @@ -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());