]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/imagbmp.cpp
updates from Adrián González Alba
[wxWidgets.git] / src / common / imagbmp.cpp
index 102e48d8385cc79bf398d6de5c6780006a45dad6..25b8f5e175ca9799ab7516a6d148396d2892113c 100644 (file)
@@ -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;
     }