]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/caret/caret.cpp
wxODBC_BLOB_SUPPORT changed to just being a #define.
[wxWidgets.git] / samples / caret / caret.cpp
index 6ca8f4a29c89f0fe60d2ffcdfb61505da6acf837..9180908c65682abed5cfecd5253cf222809bf06a 100644 (file)
 // need because it includes almost all <standard< wxWindows headers
 #ifndef WX_PRECOMP
     #include "wx/wx.h"
-
     #include "wx/log.h"
 #endif
 
 #include "wx/caret.h"
+#include "wx/numdlg.h"
 
 // ----------------------------------------------------------------------------
 // ressources
@@ -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,