X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/817670e45489f4a0f596b9b4fb2a792181bf8212..3bb63e5c806e7ef549673822dc6e4d40aa9dbec9:/src/common/fldlgcmn.cpp diff --git a/src/common/fldlgcmn.cpp b/src/common/fldlgcmn.cpp index fc6f7366ff..c6059ddb0f 100644 --- a/src/common/fldlgcmn.cpp +++ b/src/common/fldlgcmn.cpp @@ -259,7 +259,7 @@ int wxParseFileFilter(const wxString& filterStr, // string as filter if ( filters.IsEmpty() ) { - description.Add(wxEmptyString); + descriptions.Add(filterStr); filters.Add(filterStr); } else