Gerbview: fix wrong html tag
This commit is contained in:
parent
d0c46a81d9
commit
59876c35ae
|
@ -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 );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue