// 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?