Disable generic dialogs in dialogs sample on GTK.
Generic dialogs are not included in GTK build.
This commit is contained in:
parent
a797c9d956
commit
b6e13a52a9
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user