]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/checklst/checklst.cpp
documented return value of Find[Absolute]ValidPath() correctly
[wxWidgets.git] / samples / checklst / checklst.cpp
index 07fef62c3a6403920fc57e51e460e76dd3d9dd7a..bd844baa0418140dfca2d9ce0405fa777c16334a 100644 (file)
@@ -124,7 +124,7 @@ bool CheckListBoxApp::OnInit(void)
     CheckListBoxFrame *pFrame = new CheckListBoxFrame
                                     (
                                      NULL,
-                                     _T("wxWindows Checklistbox Sample"),
+                                     _T("wxWidgets Checklistbox Sample"),
                                      50, 50, 480, 320
                                     );
     SetTopWindow(pFrame);