]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/html/help/help.cpp
Doc tweaks
[wxWidgets.git] / samples / html / help / help.cpp
index 1c998979ceb3ce0d2cc2c54f2962fef5586e1c87..d54817fab5345e2f90f81f11b79a1dabc90787dc 100644 (file)
 
     // Create the main application window
       MyFrame *frame = new MyFrame(_("HTML Help Sample"),
-         wxPoint(50, 50), wxSize(150, 50));
+         wxDefaultPosition, wxDefaultSize);
 
     // Show it and tell the application that it's our main window
     // @@@ what does it do exactly, in fact? is it necessary here?