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:
@@ -1279,9 +1279,6 @@ wxString wxFindFirstFile(const char *spec, int flags)
|
|||||||
|
|
||||||
if ( gs_hFileStruct == INVALID_HANDLE_VALUE )
|
if ( gs_hFileStruct == INVALID_HANDLE_VALUE )
|
||||||
{
|
{
|
||||||
wxLogSysError(_("Can not enumerate files in directory '%s'"),
|
|
||||||
path.c_str());
|
|
||||||
|
|
||||||
result.Empty();
|
result.Empty();
|
||||||
|
|
||||||
return result;
|
return result;
|
||||||
|
Reference in New Issue
Block a user