X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/bfde68e43fc0d2e6fa916bc6ee07fcf3b964d66a..7ba5a665ac37b67ac1b87a18b2d93dff91fa395e:/setup.h.in diff --git a/setup.h.in b/setup.h.in index 016bbb0d30..7a4fb44f91 100644 --- a/setup.h.in +++ b/setup.h.in @@ -222,6 +222,11 @@ */ #define wxUSE_FILEDLG 0 +/* + * Use wxFindReplaceDialog + */ +#define wxUSE_FINDREPLDLG 0 + /* * Use wxFontDialog */ @@ -1009,7 +1014,4 @@ /* Define this if you are using gtk and gdk contains support for X11R6 XIM */ #undef HAVE_XIM -/* now check the settings self consistency */ -#include "wx/chkconf.h" - #endif /* __WX_SETUP_H__ */