]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/html/test/test.cpp
don't generate an endless stream of asserts for the 0-sized images
[wxWidgets.git] / samples / html / test / test.cpp
index b9430b0c67fcead7b753745f4d999827aadc0ad5..4519cfe8989c9de3c0d7b61c5fc9a5a1b00f2daa 100644 (file)
@@ -18,7 +18,7 @@
 // for all others, include the necessary headers (this file is usually all you
 // need because it includes almost all "standard" wxWindows headers
 #ifndef WX_PRECOMP
-    #include <wx/wx.h>
+    #include "wx/wx.h"
 #endif
 
 #include "wx/image.h"
@@ -131,7 +131,6 @@ class BoldProcessor : public wxHtmlProcessor
    // `Main program' equivalent: the program execution "starts" here
    bool MyApp::OnInit()
    {
-     wxLog::AddTraceMask(wxT("strconv"));
 #if wxUSE_SYSTEM_OPTIONS
      wxSystemOptions::SetOption(wxT("no-maskblt"), 1);
 #endif