X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/69941f05864fa8b37856ccc1338124bfac756a2b..015e69f36dfbc469eef59456f973d0567e865d70:/samples/html/widget/widget.cpp?ds=inline diff --git a/samples/html/widget/widget.cpp b/samples/html/widget/widget.cpp index c2aaf87f3b..c0f8105a8c 100644 --- a/samples/html/widget/widget.cpp +++ b/samples/html/widget/widget.cpp @@ -203,7 +203,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'");