]> 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 74fa22ff81ffcfbd4ceb8bceb666a06961aee3f4..c0f8105a8c67b022edbd33937e2c25988da0b38a 100644 (file)
@@ -36,7 +36,7 @@ TAG HANDER FOR 'MYBIND' TAG
 
 */
 
 
 */
 
-#include <wx/html/mod_templ.h>
+#include <wx/html/m_templ.h>
 
 
 TAG_HANDLER_BEGIN(MYBIND, "MYBIND")
 
 
 TAG_HANDLER_BEGIN(MYBIND, "MYBIND")
@@ -203,7 +203,7 @@ wxHtmlWindow *html;
     // ... and attach this menu bar to the frame
       SetMenuBar(menuBar);
    
     // ... and attach this menu bar to the frame
       SetMenuBar(menuBar);
    
-      CreateStatusBar(1);
+      CreateStatusBar(2);
 
       html = new wxHtmlWindow(this);
       html -> SetRelatedFrame(this, "VFS Demo: '%s'");
 
       html = new wxHtmlWindow(this);
       html -> SetRelatedFrame(this, "VFS Demo: '%s'");