X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/fb4769829bba20468f2222ef68fa2b3c13b5f3b8..8b1ed8d979f193aa78b74c7d7a4a4ac33e50c121:/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,