empty description doesn't look good
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21175 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
d949746098
commit
29865cc3b9
@ -259,7 +259,7 @@ int wxParseFileFilter(const wxString& filterStr,
|
|||||||
// string as filter
|
// string as filter
|
||||||
if ( filters.IsEmpty() )
|
if ( filters.IsEmpty() )
|
||||||
{
|
{
|
||||||
descriptions.Add(wxEmptyString);
|
descriptions.Add(filterStr);
|
||||||
filters.Add(filterStr);
|
filters.Add(filterStr);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user