]> git.saurik.com Git - wxWidgets.git/commitdiff
Kill typo noticed by Priit Laes.
authorMart Raudsepp <leio@gentoo.org>
Thu, 27 Jul 2006 11:55:13 +0000 (11:55 +0000)
committerMart Raudsepp <leio@gentoo.org>
Thu, 27 Jul 2006 11:55:13 +0000 (11:55 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40344 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

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;
     }