Fixed wxGenericFileDialog to work with WinCE, so it can be used to

replace native dialog that doesn't allow access to all folders.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37827 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2006-03-06 10:44:48 +00:00
parent d83959ef7c
commit 619111b9aa
3 changed files with 158 additions and 30 deletions

View File

@@ -212,6 +212,7 @@ wxWinCE:
directly, however.
- Added support for the context menu event (wxContextMenuEvent)
and added platform-specific wxWindow::EnableContextMenu.
- Fixed wxGenericFileDialog to work with WinCE.
wxUniv: