error msg when there are no files in wxFindFirst() removed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1745 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
d12e353663
commit
e541d0bf0c
@ -1279,9 +1279,6 @@ wxString wxFindFirstFile(const char *spec, int flags)
|
||||
|
||||
if ( gs_hFileStruct == INVALID_HANDLE_VALUE )
|
||||
{
|
||||
wxLogSysError(_("Can not enumerate files in directory '%s'"),
|
||||
path.c_str());
|
||||
|
||||
result.Empty();
|
||||
|
||||
return result;
|
||||
|
Loading…
Reference in New Issue
Block a user