Disable generic dialogs in dialogs sample on GTK.

Generic dialogs are not included in GTK build.
This commit is contained in:
Artur Wieczorek 2015-11-11 17:24:33 +01:00
parent a797c9d956
commit b6e13a52a9

View File

@ -65,8 +65,7 @@ of MSW, MAC and OS2
#define USE_DIRDLG_GENERIC \
((USE_WXMSW || USE_WXMAC) && USE_GENERIC_DIALOGS && wxUSE_DIRDLG)
#define USE_FILEDLG_GENERIC \
((((USE_WXMSW || USE_WXMAC || USE_WXGTK) \
&& USE_GENERIC_DIALOGS) ) && wxUSE_FILEDLG)
((USE_WXMSW || USE_WXMAC) && USE_GENERIC_DIALOGS && wxUSE_FILEDLG)
#define USE_FONTDLG_GENERIC \
((USE_WXMSW || USE_WXMACFONTDLG) && USE_GENERIC_DIALOGS && wxUSE_FONTDLG)