git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3101
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
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;
}
void wxStaticBitmap::CreatePixmapWidget()
{
- wxCHECK_RET( m_bitmap.Ok(), "should only be called if we have a bitmap" );
+ wxCHECK_RET( m_bitmap.Ok(), _T("should only be called if we have a bitmap") );
GdkBitmap *mask = (GdkBitmap *) NULL;
if ( m_bitmap.GetMask() )
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;
}
void wxStaticBitmap::CreatePixmapWidget()
{
- wxCHECK_RET( m_bitmap.Ok(), "should only be called if we have a bitmap" );
+ wxCHECK_RET( m_bitmap.Ok(), _T("should only be called if we have a bitmap") );
GdkBitmap *mask = (GdkBitmap *) NULL;
if ( m_bitmap.GetMask() )