summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
c11d9cb)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28776
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
if ( flags & wxDIR_DIRS )
{
wxString dirname;
if ( flags & wxDIR_DIRS )
{
wxString dirname;
- for ( bool cont = GetFirst(&dirname, _T(""), wxDIR_DIRS | wxDIR_HIDDEN);
+ for ( bool cont = GetFirst(&dirname, _T(""), wxDIR_DIRS | (flags & wxDIR_HIDDEN) );
cont;
cont = cont && GetNext(&dirname) )
{
cont;
cont = cont && GetNext(&dirname) )
{