]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/html/zip/zip.cpp
removed commented out code
[wxWidgets.git] / samples / html / zip / zip.cpp
index 00e50693c6458e439cd327657e19e70c7d374bfc..f33295c215c6ec89e85da1c4fedeed5c82f3607c 100644 (file)
@@ -113,7 +113,7 @@ bool MyApp::OnInit()
 
     // Create the main application window
     MyFrame *frame = new MyFrame(_("wxHtmlWindow testing application"),
-        wxPoint(50, 50), wxSize(640, 480) );
+        wxDefaultPosition, wxSize(640, 480) );
 
     // Show it and tell the application that it's our main window
     // @@@ what does it do exactly, in fact? is it necessary here?