From: Stefan Csomor Date: Sun, 1 Jul 2001 20:56:01 +0000 (+0000) Subject: added generic color dialog to setup X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/49a91764b57168d9f441578001b3206a7330ee70 added generic color dialog to setup git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10748 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/mac/setup.h b/include/wx/mac/setup.h index a3bca25ad4..6f4aa5a582 100644 --- a/include/wx/mac/setup.h +++ b/include/wx/mac/setup.h @@ -604,6 +604,9 @@ // number entry dialog #define wxUSE_NUMBERDLG 1 +// color chooser dialog +#define wxUSE_COLOURDLG 1 + // ---------------------------------------------------------------------------- // Metafiles support // ----------------------------------------------------------------------------