Gerbview: fix wrong html tag

This commit is contained in:
Eldar Khayrullin 2017-01-28 10:34:57 +01:00 committed by jean-pierre charras
parent d0c46a81d9
commit 59876c35ae
1 changed files with 1 additions and 1 deletions

View File

@ -477,7 +477,7 @@ bool GERBVIEW_FRAME::unarchiveFiles( const wxString& aFullFileName, REPORTER* aR
if( aReporter ) if( aReporter )
{ {
msg.Printf( _("<b>file %s read error<\b>\n"), GetChars( unzipfilename ) ); msg.Printf( _("<b>file %s read error</b>\n"), GetChars( unzipfilename ) );
aReporter->Report( msg, REPORTER::RPT_ERROR ); aReporter->Report( msg, REPORTER::RPT_ERROR );
} }
} }