]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/html/test/test.cpp
Applied patch [ 853031 ] Japanese po file
[wxWidgets.git] / samples / html / test / test.cpp
index 26f225e4b7c6e9c7b870b598a08382ab7e5ddaf6..88f50a45f7940bd42ac914246074bd45b428541b 100644 (file)
@@ -199,7 +199,7 @@ class BoldProcessor : public wxHtmlProcessor
       m_Html->SetRelatedFrame(this, _("HTML : %s"));
       m_Html->SetRelatedStatusBar(0);
       m_Html->ReadCustomization(wxConfig::Get());
-      m_Html->LoadPage(wxT("test.htm"));
+      m_Html->LoadFile(wxFileName(wxT("test.htm")));
       m_Html->AddProcessor(m_Processor);
    }