X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/be5a51fb592f3fa2ba38ac6cd1e488d6d806058c..8ddd9176a46065ab74d6ced1ed480e5affb4e1e2:/samples/html/help/help.cpp diff --git a/samples/html/help/help.cpp b/samples/html/help/help.cpp index 1c998979ce..d54817fab5 100644 --- a/samples/html/help/help.cpp +++ b/samples/html/help/help.cpp @@ -116,7 +116,7 @@ // 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?