typo in assert (patch 789156)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22928 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2003-08-16 12:09:56 +00:00
parent 80fdb8d64f
commit a9e3ce8f5a

View File

@@ -873,7 +873,7 @@ wxGenericFileDialog::wxGenericFileDialog(wxWindow *parent,
wxArrayString wildDescriptions, wildFilters;
if ( !ParseWildcard(m_wildCard, wildDescriptions, wildFilters) )
{
wxFAIL_MSG( wxT("Wrong file type descripition") );
wxFAIL_MSG( wxT("Wrong file type description") );
}
// layout