diff --git a/src/common/imagbmp.cpp b/src/common/imagbmp.cpp index 102e48d838..25b8f5e175 100644 --- a/src/common/imagbmp.cpp +++ b/src/common/imagbmp.cpp @@ -923,7 +923,7 @@ bool wxBMPHandler::LoadDib(wxImage *image, wxInputStream& stream, verbose, IsBmp, true) ) { if (verbose) - wxLogError( _("Error in reading image DIB .") ); + wxLogError( _("Error in reading image DIB.") ); return false; }