X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1e79049db32b48d5334a89e7cb56f74161ac1d10..592f132d04af5d8b7c98ac1f9ff6c044d4f0c2bf:/samples/nativdlg/nativdlg.cpp diff --git a/samples/nativdlg/nativdlg.cpp b/samples/nativdlg/nativdlg.cpp index 1ab4ea4940..b8690da633 100644 --- a/samples/nativdlg/nativdlg.cpp +++ b/samples/nativdlg/nativdlg.cpp @@ -42,7 +42,7 @@ MyApp::MyApp() bool MyApp::OnInit(void) { // Create the main frame window - MyFrame *frame = new MyFrame(NULL, wxID_ANY, _T("wxWindows Native Dialog Sample"), wxPoint(0, 0), wxSize(300, 250)); + MyFrame *frame = new MyFrame(NULL, wxID_ANY, _T("wxWidgets Native Dialog Sample"), wxPoint(0, 0), wxSize(300, 250)); // Give it a status line frame->CreateStatusBar(2);