CVS: [RR] wxWindows/src/generic filedlgg.cpp,1.174,1.175

ABX abx at abx.art.pl
Wed Oct 25 00:43:36 PDT 2006


anonymous at sunsite.dk:
> -    if ( !HasFlag(wxFD_MULTIPLE) )
> +    if ( style & wxFD_MULTIPLE == 0 )

Quick look in local copy shows it's not the only source with this check.
If it is wrong then perhaps other cases require such change too?

ABX




More information about the wx-dev mailing list