]> git.saurik.com Git - wxWidgets.git/commitdiff
added wxUSE_FINDREPLDLG
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 1 Aug 2001 14:57:32 +0000 (14:57 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 1 Aug 2001 14:57:32 +0000 (14:57 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11233 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/msw/setup0.h

index 821cfbf9554d56416a7a37786edfb1b961dfd009..609c0322d1a3351f7318af5635cd3d403d756ab8 100644 (file)
 // 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