From: Vadim Zeitlin Date: Wed, 1 Aug 2001 14:57:32 +0000 (+0000) Subject: added wxUSE_FINDREPLDLG X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/baff4ae246881d54c11722470d65931e0b6c9c78 added wxUSE_FINDREPLDLG git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11233 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/msw/setup0.h b/include/wx/msw/setup0.h index 821cfbf955..609c0322d1 100644 --- a/include/wx/msw/setup0.h +++ b/include/wx/msw/setup0.h @@ -631,6 +631,13 @@ // Recommended setting: 1 (used in many places in the library itself) #define wxUSE_FILEDLG 1 +// Use find/replace dialogs. +// +// Default is 1 +// +// Recommended setting: 1 (but may be safely set to 0) +#define wxUSE_FINDREPLDLG 1 + // Use font picker dialog // // Default is 1