Added header vs. library version check to configure,

Fixed problem in wxTreeCtrl when nothing was selected
   upon startup and tabbing into it crashed.
 I understood now what filterindex in file dialog means.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4582 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
1999-11-15 19:35:10 +00:00
parent ef30972aed
commit f49f2b0c33
4 changed files with 306 additions and 285 deletions

View File

@@ -709,6 +709,7 @@ void wxFileDialog::OnChoice( wxCommandEvent &event )
{
wxString *str = (wxString*) m_choice->GetClientData( event.GetInt() );
m_list->SetWild( *str );
m_filterIndex = event.GetInt();
}
void wxFileDialog::OnCheck( wxCommandEvent &event )