From 8e254d94e2e5e755655108a7e965ef5a59c006d2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?W=C5=82odzimierz=20Skiba?= Date: Mon, 9 Aug 2004 07:44:37 +0000 Subject: [PATCH] wxUSE_GENERIC_DIALOGS_IN_MSW removed git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28718 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/changes.txt | 1 + include/wx/msw/setup0.h | 9 --------- include/wx/msw/setup_microwin.h | 9 --------- include/wx/msw/wince/setup.h | 9 --------- include/wx/univ/setup0.h | 9 --------- utils/configtool/configs/wxwin250.wxs | 22 ---------------------- 6 files changed, 1 insertion(+), 58 deletions(-) diff --git a/docs/changes.txt b/docs/changes.txt index b80bd1a29b..58f7673ac1 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -187,6 +187,7 @@ versions, please update your code to not use them. - The wxHIDE_READONLY flag for wxFileDialog was not implemented and has now been removed - wxTaskBarIcon::OnXXX() virtual methods: use events instead +- obsolete and not used wxUSE_GENERIC_DIALOGS_IN_MSW has been removed OTHER CHANGES diff --git a/include/wx/msw/setup0.h b/include/wx/msw/setup0.h index c58f70ebee..c7380375c4 100644 --- a/include/wx/msw/setup0.h +++ b/include/wx/msw/setup0.h @@ -671,15 +671,6 @@ // common dialogs // ---------------------------------------------------------------------------- -// Define 1 to use generic dialogs in Windows, even though they duplicate -// native common dialog (e.g. wxColourDialog). This is mainly useful for -// testing. -// -// Default is 0 -// -// Recommended setting: 0 -#define wxUSE_GENERIC_DIALOGS_IN_MSW 0 - // On rare occasions (e.g. using DJGPP) may want to omit common dialogs (e.g. // file selector, printer dialog). Switching this off also switches off the // printing architecture and interactive wxPrinterDC. diff --git a/include/wx/msw/setup_microwin.h b/include/wx/msw/setup_microwin.h index 4f45bccf64..d07e43d93b 100644 --- a/include/wx/msw/setup_microwin.h +++ b/include/wx/msw/setup_microwin.h @@ -574,15 +574,6 @@ // common dialogs // ---------------------------------------------------------------------------- -// Define 1 to use generic dialogs in Windows, even though they duplicate -// native common dialog (e.g. wxColourDialog). This is mainly useful for -// testing. -// -// Default is 0 -// -// Recommended setting: 0 -#define wxUSE_GENERIC_DIALOGS_IN_MSW 0 - // On rare occasions (e.g. using DJGPP) may want to omit common dialogs (e.g. // file selector, printer dialog). Switching this off also switches off the // printing architecture and interactive wxPrinterDC. diff --git a/include/wx/msw/wince/setup.h b/include/wx/msw/wince/setup.h index 747deedc12..75c5ee933c 100644 --- a/include/wx/msw/wince/setup.h +++ b/include/wx/msw/wince/setup.h @@ -664,15 +664,6 @@ // common dialogs // ---------------------------------------------------------------------------- -// Define 1 to use generic dialogs in Windows, even though they duplicate -// native common dialog (e.g. wxColourDialog). This is mainly useful for -// testing. -// -// Default is 0 -// -// Recommended setting: 0 -#define wxUSE_GENERIC_DIALOGS_IN_MSW 0 - // On rare occasions (e.g. using DJGPP) may want to omit common dialogs (e.g. // file selector, printer dialog). Switching this off also switches off the // printing architecture and interactive wxPrinterDC. diff --git a/include/wx/univ/setup0.h b/include/wx/univ/setup0.h index a29805ee7c..be748c90e9 100644 --- a/include/wx/univ/setup0.h +++ b/include/wx/univ/setup0.h @@ -702,15 +702,6 @@ // common dialogs // ---------------------------------------------------------------------------- -// Define 1 to use generic dialogs in Windows, even though they duplicate -// native common dialog (e.g. wxColourDialog). This is mainly useful for -// testing. -// -// Default is 0 -// -// Recommended setting: 0 -#define wxUSE_GENERIC_DIALOGS_IN_MSW 0 - // On rare occasions (e.g. using DJGPP) may want to omit common dialogs (e.g. // file selector, printer dialog). Switching this off also switches off the // printing architecture and interactive wxPrinterDC. diff --git a/utils/configtool/configs/wxwin250.wxs b/utils/configtool/configs/wxwin250.wxs index 11fb210891..c6dd6586be 100644 --- a/utils/configtool/configs/wxwin250.wxs +++ b/utils/configtool/configs/wxwin250.wxs @@ -3215,28 +3215,6 @@ wxColourDialog and wxDirDialog. Common dialogs overview - - 1 - 0 - wxUSE_GENERIC_DIALOGS_IN_MSW - <B>Generic dialog support in Windows</B><P> - -Define 1 to use generic dialogs in Windows, even though they duplicate native common dialog (e.g. wxColourDialog). This is mainly useful for testing.<P> - -Default: 0. Recommended setting: 0 - - 1 - - - - - - - - - Common dialogs overview - - 1 1 -- 2.47.2