don't set focus to [ok] in text entry dialog (leave the text zone have it)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@294 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
1998-07-17 21:01:47 +00:00
parent 7502ba2975
commit 99d270120e

View File

@@ -111,10 +111,7 @@ wxTextEntryDialog::wxTextEntryDialog(wxWindow *parent, const wxString& message,
}
if (ok)
{
ok->SetDefault();
ok->SetFocus();
}
Layout();
Centre(wxBOTH);