X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/fb4769829bba20468f2222ef68fa2b3c13b5f3b8..5524d92aaa1752e94e8b81abd7859713c96ba963:/samples/caret/caret.cpp diff --git a/samples/caret/caret.cpp b/samples/caret/caret.cpp index 6ca8f4a29c..4fbef96b2a 100644 --- a/samples/caret/caret.cpp +++ b/samples/caret/caret.cpp @@ -272,8 +272,7 @@ void MyFrame::OnSetFontSize(wxCommandEvent& WXUNUSED(event)) { long fontSize = wxGetNumberFromUser ( - _T("The font size also determines the caret size so\n" - "this demonstrates resizing the caret."), + _T("The font size also determines the caret size so\nthis demonstrates resizing the caret."), _T("Font size (in points):"), _T("wxCaret sample"), 12, 1, 100,