// demonstrates virtual file systems feature
/////////////////////////////////////////////////////////////////////////////
// demonstrates virtual file systems feature
/////////////////////////////////////////////////////////////////////////////
// Create the main application window
MyFrame *frame = new MyFrame(_("wxHtmlWindow testing application"),
wxDefaultPosition, wxSize(640, 480));
// Create the main application window
MyFrame *frame = new MyFrame(_("wxHtmlWindow testing application"),
wxDefaultPosition, wxSize(640, 480));
html = new wxHtmlWindow(this);
html -> SetRelatedFrame(this, _("VFS Demo: '%s'"));
html = new wxHtmlWindow(this);
html -> SetRelatedFrame(this, _("VFS Demo: '%s'"));