X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/134155b159d1380ef4e14e56796cc7fa70661229..d88ffaaa76c8c98f326457fb313bc98690cf64b6:/samples/notebook/notebook.cpp diff --git a/samples/notebook/notebook.cpp b/samples/notebook/notebook.cpp index 7c9ac1d0be..d10150e17c 100644 --- a/samples/notebook/notebook.cpp +++ b/samples/notebook/notebook.cpp @@ -36,7 +36,7 @@ bool MyApp::OnInit() #if defined(__WXMOTIF__) int width, height; frame->GetSize(& width, & height); - frame->SetSize(wxDefaultPosition.x, wxDefaultPosition.y, width, height); + frame->SetSize(wxDefaultCoord, wxDefaultCoord, width, height); #endif frame->Show();