Add more _T() in asserts...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3101 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -166,7 +166,7 @@ wxSize wxRadioBox::LayoutItems()
|
||||
if ( m_majorDim == 0 )
|
||||
{
|
||||
// avoid dividing by 0 below
|
||||
wxFAIL_MSG( "dimension of radiobox should not be 0!" );
|
||||
wxFAIL_MSG( _T("dimension of radiobox should not be 0!") );
|
||||
|
||||
m_majorDim = 1;
|
||||
}
|
||||
|
Reference in New Issue
Block a user