fix bitmap2component compil issue under Linux

This commit is contained in:
jean-pierre charras 2010-06-15 22:17:33 +02:00
parent 3f14682401
commit 63e7ecae59
1 changed files with 1 additions and 1 deletions

View File

@ -296,7 +296,7 @@ void BM2CMP_FRAME::ExportFile( FILE* aOutfile, int aFormat )
if( !potrace_bitmap ) if( !potrace_bitmap )
{ {
wxString msg; wxString msg;
msg.Printf( _( "Error allocating bitmap: %s" ), strerror( errno ) ); msg.Printf( wxT( "Error allocating memory for potrace bitmap" ) );
wxMessageBox( msg ); wxMessageBox( msg );
return; return;
} }