]> git.saurik.com Git - wxWidgets.git/blobdiff - src/html/m_image.cpp
use wxART_MISSING_IMAGE in wxHTML
[wxWidgets.git] / src / html / m_image.cpp
index e1661058b19908721beccf0200a278dbdc1aaf60..909c32a3fce2fa65687d9c74aa487a89b8957ead 100644 (file)
@@ -16,7 +16,7 @@
 #include "wx/defs.h"
 #if wxUSE_HTML && wxUSE_STREAMS
 
-#ifdef __BORDLANDC__
+#ifdef __BORLANDC__
 #pragma hdrstop
 #endif
 
@@ -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>
@@ -302,6 +303,8 @@ private:
     double              m_scale;
     wxHtmlImageMapCell *m_imageMap;
     wxString            m_mapName;
+
+    DECLARE_NO_COPY_CLASS(wxHtmlImageCell)
 };
 
 #if wxUSE_GIF && wxUSE_TIMER
@@ -316,6 +319,8 @@ class wxGIFTimer : public wxTimer
 
     private:
         wxHtmlImageCell *m_cell;
+
+    DECLARE_NO_COPY_CLASS(wxGIFTimer)
 };
 #endif
 
@@ -327,13 +332,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",
 ".....................        ",
 ".+++++++++++++++++++..       ",
 ".+++++++++++++++++++.@.      ",