From: Jouk Jansen Date: Tue, 1 Feb 2005 07:30:54 +0000 (+0000) Subject: Committing in . X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/7712a6a5ff0dd7fc30c8334657e79935d00ca7f5?ds=inline Committing in . Update configuration of wxX11 for OpenVMS Modified Files: wxWidgets/setup.h_vms ---------------------------------------------------------------------- git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31689 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/setup.h_vms b/setup.h_vms index 5a105ddc39..b59cfdc612 100644 --- a/setup.h_vms +++ b/setup.h_vms @@ -324,7 +324,11 @@ #define wxUSE_STATTEXT 1 #define wxUSE_STATBMP 1 #define wxUSE_TEXTCTRL 1 +#if defined (__WXMOTIF__) || defined( __WXGTK__ ) #define wxUSE_TOGGLEBTN 1 +#else +#define wxUSE_TOGGLEBTN 0 +#endif #define wxUSE_TREECTRL 1 #define wxUSE_STATUSBAR 1