Moved the implemtation of the generic and the
native GTK 2.4 file dialogs into one place by making wxFileDialog derive from the generic variant and by then choosing which implementation to use. Later, we'll add run-time checks. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30868 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -159,11 +159,7 @@ 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__)
|
||||
|
Reference in New Issue
Block a user