diff --git a/interface/wx/dir.h b/interface/wx/dir.h index 3fbb0fd083..577fda1ee1 100644 --- a/interface/wx/dir.h +++ b/interface/wx/dir.h @@ -311,7 +311,7 @@ public: /** Returns @true if the directory contains any subdirectories (if a non - empty @a filespec is given, only check for directories matching it). + empty @a dirspec is given, only check for directories matching it). The hidden subdirectories are taken into account as well. */ bool HasSubDirs(const wxString& dirspec = wxEmptyString) const;