Commit 700dc818 authored by jean-pierre charras's avatar jean-pierre charras

fix bitmap2component compil issue under Linux

parents 3f146824 63e7ecae
...@@ -296,7 +296,7 @@ void BM2CMP_FRAME::ExportFile( FILE* aOutfile, int aFormat ) ...@@ -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;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment