kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #27393
[PATCH] fix wrong html tag
Hello.
See the theme. The small typo fix.
diff --git a/gerbview/files.cpp b/gerbview/files.cpp
index fc2f00a..bdc4471 100644
--- a/gerbview/files.cpp
+++ b/gerbview/files.cpp
@@ -477,7 +477,7 @@ bool GERBVIEW_FRAME::unarchiveFiles( const wxString& aFullFileName, REPORTER* aR
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 );
}
}
Follow ups