From: Mart Raudsepp <leio@gentoo.org>
Date: Thu, 27 Jul 2006 11:55:13 +0000 (+0000)
Subject: Kill typo noticed by Priit Laes.
X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/eab77b5983cafe99bedb6cf621d3f04b9cbca8e6

Kill typo noticed by Priit Laes.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40344 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
---

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