Mention wxDD_DIR_MUST_EXIST support in wxGTK in the change log.

Document the change of r75997, see #16002.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_3_0_BRANCH@76000 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2014-02-24 14:47:07 +00:00
parent 1484874604
commit f438cc41b0

View File

@@ -608,8 +608,9 @@ wxGTK:
- Fix wxPopupTransientWindow mouse events with GTK3,
also fixes wxOwnerDrawnComboBox, wxDatePickerCtrl.
- Fix cursor inheritance.
- Fix wxStaticBoxSizer size calculation
- Fix AUI panel re-docking
- Fix wxStaticBoxSizer size calculation.
- Fix AUI panel re-docking.
- Add support for wxDD_DIR_MUST_EXIST to wxDirDialog.
wxMSW: