Use new style directory selection dialog under Vista and later.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 15 Apr 2012 23:18:12 +0000 (23:18 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 15 Apr 2012 23:18:12 +0000 (23:18 +0000)
commit580ffdf4c03b47e37aaede43985ebb3a5b399162
treedce293877823ee97181c648723e3da6caa2e1aa5
parent09278fdb79b8c8490fe83f9f1331f318ccbec8da
Use new style directory selection dialog under Vista and later.

Use IFileDialog in wxDirDialog implementation if possible, it shows a much
more user-friendly dialog than the one used by SHBrowseForFolder().

Closes #11401.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71201 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/changes.txt
include/wx/msw/dirdlg.h
src/msw/dirdlg.cpp