X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e7c80f9e052d3d50b3d7780b21e55d8c5586cdea..89579a60d7ba7da32777647ad7647af69ec4e687:/src/common/imagbmp.cpp diff --git a/src/common/imagbmp.cpp b/src/common/imagbmp.cpp index 77d8d7b63f..25b8f5e175 100644 --- a/src/common/imagbmp.cpp +++ b/src/common/imagbmp.cpp @@ -19,10 +19,10 @@ #ifndef WX_PRECOMP #include "wx/log.h" #include "wx/app.h" + #include "wx/bitmap.h" #endif #include "wx/imagbmp.h" -#include "wx/bitmap.h" #include "wx/filefn.h" #include "wx/wfstream.h" #include "wx/intl.h" @@ -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; }