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