Small tweaks for WinCE compatibility
Use generic folder dialog for WinCE git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21986 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user