Fix typos in comments and assertion messages
Closes https://github.com/wxWidgets/wxWidgets/pull/1596
This commit is contained in:
committed by
Vadim Zeitlin
parent
60bb1a356d
commit
e2b4cd9f77
@@ -401,7 +401,7 @@ void *wxBitmapRefData::BeginRawAccess()
|
||||
|
||||
#if wxOSX_USE_ICONREF
|
||||
wxASSERT_MSG( m_iconRef == NULL ,
|
||||
wxT("Currently, modifing bitmaps that are used in controls already is not supported") ) ;
|
||||
wxT("Currently, modifying bitmaps that are used in controls already is not supported") ) ;
|
||||
#endif
|
||||
|
||||
++m_rawAccessCount ;
|
||||
|
Reference in New Issue
Block a user