applied modified patch with native GTK wxFileDialog

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30622 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2004-11-19 00:30:24 +00:00
parent 38c58c778d
commit 9755e73bd9
13 changed files with 798 additions and 285 deletions

View File

@@ -20,7 +20,7 @@
#pragma hdrstop
#endif
#if wxUSE_FILEDLG
#if wxUSE_FILEDLG && !defined(__WXGTK24__)
// NOTE : it probably also supports MAC, untested
#if !defined(__UNIX__) && !defined(__DOS__) && !defined(__WIN32__) && !defined(__OS2__)
@@ -1416,5 +1416,5 @@ IMPLEMENT_DYNAMIC_CLASS(wxFileDialog, wxGenericFileDialog);
#endif // USE_GENERIC_FILEDIALOG
#endif // wxUSE_FILEDLG
#endif // wxUSE_FILEDLG && !defined(__WXGTK24__)