From 63e7ecae592e72d00714bab7485523332da6dbe2 Mon Sep 17 00:00:00 2001 From: jean-pierre charras Date: Tue, 15 Jun 2010 22:17:33 +0200 Subject: [PATCH] fix bitmap2component compil issue under Linux --- bitmap2component/bitmap2cmp_gui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitmap2component/bitmap2cmp_gui.cpp b/bitmap2component/bitmap2cmp_gui.cpp index a56d8641a8..999241c827 100644 --- a/bitmap2component/bitmap2cmp_gui.cpp +++ b/bitmap2component/bitmap2cmp_gui.cpp @@ -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; }