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:
Julian Smart
2003-07-15 13:15:48 +00:00
parent 1dedb80b26
commit 529b7f71bd
7 changed files with 16 additions and 8 deletions

View File

@@ -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,