]> git.saurik.com Git - wxWidgets.git/blobdiff - src/html/htmlwin.cpp
fix for the dialog controls font
[wxWidgets.git] / src / html / htmlwin.cpp
index c029c706fc9fa94469069fd7aae0ab334bd42192..ada2a4d19e587ff54bf62ac82017900994c7849e 100644 (file)
@@ -197,6 +197,10 @@ bool wxHtmlWindow::SetPage(const wxString& source)
     return TRUE;
 }
 
+bool wxHtmlWindow::AppendToPage(const wxString& source)
+{
+    return SetPage(*(GetParser()->GetSource()) + source);
+}
 
 bool wxHtmlWindow::LoadPage(const wxString& location)
 {