From: Robert Roebling <robert@roebling.de>
Date: Thu, 23 May 2002 17:54:44 +0000 (+0000)
Subject:   Did I change anything here?
X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/311d5aa3aabd348da989c5f314f1b523c77ccf13

  Did I change anything here?


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

diff --git a/src/html/m_image.cpp b/src/html/m_image.cpp
index e1661058b1..7458ddf792 100644
--- a/src/html/m_image.cpp
+++ b/src/html/m_image.cpp
@@ -34,6 +34,7 @@
 #include "wx/image.h"
 #include "wx/gifdecod.h"
 #include "wx/dynarray.h"
+#include "wx/log.h"
 
 #include <math.h>
 #include <float.h>
@@ -327,13 +328,13 @@ class wxGIFTimer : public wxTimer
 /* XPM */
 static const char * broken_image_xpm[] = {
 "29 31 7 1",
-" 	c None",
-".	c #808080",
-"+	c #FFFFFF",
-"@	c #C0C0C0",
-"#	c #000000",
-"$	c #333366",
-"%	c #B2B2B2",
+"   c None",
+".  c #808080",
+"+  c #FFFFFF",
+"@  c #C0C0C0",
+"#  c #000000",
+"$  c #333366",
+"%  c #B2B2B2",
 ".....................        ",
 ".+++++++++++++++++++..       ",
 ".+++++++++++++++++++.@.      ",