X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8ad18dc32ccf198055de8824c9d78210a1fa8cfe..4d01e350fe2d8cb15c068d579c4022345f3ff0c0:/samples/checklst/checklst.cpp diff --git a/samples/checklst/checklst.cpp b/samples/checklst/checklst.cpp index 07fef62c3a..bd844baa04 100644 --- a/samples/checklst/checklst.cpp +++ b/samples/checklst/checklst.cpp @@ -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);