// Any bitmaps:
if (node->GetName() == _T("bitmap"))
return true;
+
+ if (node->GetName() == _T("icon"))
+ return true;
// URLs in wxHtmlWindow:
if (node->GetName() == _T("url"))
_T(" #pragma hdrstop\n")
_T("#endif\n")
_T("\n")
-_T("#ifndef WX_PRECOMP\n")
-_T(" #include <wx/wx.h>\n")
-_T("#endif\n")
_T("")
_T("#include <wx/filesys.h>\n")
_T("#include <wx/fs_mem.h>\n")