*/
-#include <wx/html/mod_templ.h>
+#include <wx/html/m_templ.h>
TAG_HANDLER_BEGIN(MYBIND, "MYBIND")
// ... and attach this menu bar to the frame
SetMenuBar(menuBar);
- CreateStatusBar(1);
+ CreateStatusBar(2);
html = new wxHtmlWindow(this);
html -> SetRelatedFrame(this, "VFS Demo: '%s'");