diff --git a/samples/ownerdrw/ownerdrw.cpp b/samples/ownerdrw/ownerdrw.cpp index c14a408380..fb720147bd 100644 --- a/samples/ownerdrw/ownerdrw.cpp +++ b/samples/ownerdrw/ownerdrw.cpp @@ -92,9 +92,7 @@ bool OwnerDrawnApp::OnInit(void) if ( !wxApp::OnInit() ) return false; - OwnerDrawnFrame *pFrame - = new OwnerDrawnFrame(NULL, wxT("wxWidgets Ownerdraw Sample"), - 50, 50, 450, 340); + new OwnerDrawnFrame(NULL, "wxWidgets Ownerdraw Sample", 50, 50, 450, 340); return true; }