Commit 63e7ecae authored by jean-pierre charras's avatar jean-pierre charras

fix bitmap2component compil issue under Linux

parent 3f146824
......@@ -296,7 +296,7 @@ void BM2CMP_FRAME::ExportFile( FILE* aOutfile, int aFormat )
if( !potrace_bitmap )
{
wxString msg;
msg.Printf( _( "Error allocating bitmap: %s" ), strerror( errno ) );
msg.Printf( wxT( "Error allocating memory for potrace bitmap" ) );
wxMessageBox( msg );
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