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

@@ -159,7 +159,11 @@ wxSaveFileSelector(const wxChar *what,
#elif defined(__WXMOTIF__)
#include "wx/motif/filedlg.h"
#elif defined(__WXGTK__)
#ifdef __WXGTK24__
#include "wx/gtk/filedlg.h"
#else
#include "wx/generic/filedlgg.h"
#endif
#elif defined(__WXX11__)
#include "wx/generic/filedlgg.h"
#elif defined(__WXMGL__)