fixed assert failures about missing status bar field

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8479 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2000-10-05 15:23:41 +00:00
parent f0e9f0d3ff
commit 9eeb92ac44

View File

@@ -199,7 +199,7 @@ wxHtmlWindow *html;
// ... and attach this menu bar to the frame
SetMenuBar(menuBar);
CreateStatusBar(1);
CreateStatusBar(2);
html = new wxHtmlWindow(this);
html -> SetRelatedFrame(this, "VFS Demo: '%s'");