X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a1abd1a923027a33fb67c0050c950081df63c612..b3cec67186d678d2c3985923bdb8c787455cf369:/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());