return false;
wxCharBuffer buffer = GetConv(format).cWX2MB( GetText().c_str() );
- if ( buffer == NULL )
- return false;
strcpy( (char*)buf, buffer );
return false;
wxWCharBuffer buffer = GetConv(format).cMB2WX( (const char*)buf );
- if ( buffer == NULL )
- return false;
SetText( buffer );