1. wxFileDialog patch for multiple selection applied (with some small changes),
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 7 Dec 1999 00:48:45 +0000 (00:48 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 7 Dec 1999 00:48:45 +0000 (00:48 +0000)
commitc61f4f6dbd971245f694eb01034c86040a44db00
tree6d66f6aed66ad5963840238dc655dc3d288020ed
parent696e1ea0b7cee1394693a0e507bbf49c9863952b
1. wxFileDialog patch for multiple selection applied (with some small changes),
   added demo for it in the sample and documented
2. wxMimeTypeManager works a bit better under Windows (doesn't ignore the
   extensions without filetypes)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4850 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/latex/wx/filedlg.tex
include/wx/filedlg.h
include/wx/generic/filedlgg.h
include/wx/msw/filedlg.h
samples/console/console.cpp
samples/dialogs/dialogs.cpp
samples/dialogs/dialogs.h
src/common/mimetype.cpp
src/msw/filedlg.cpp