X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/be5a51fb592f3fa2ba38ac6cd1e488d6d806058c..bc37bfe2ee241f9c8d5da57011c8f5ba5d8bc29e:/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?