]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/html/widget/widget.cpp
wxFileSelector should have file name only, not path, passed to 3rd arg
[wxWidgets.git] / samples / html / widget / widget.cpp
index c2aaf87f3b4753f552e3008eb05157cd2f07cea2..c0f8105a8c67b022edbd33937e2c25988da0b38a 100644 (file)
@@ -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'");