From: Robin Dunn Date: Mon, 15 Jul 2013 18:04:43 +0000 (+0000) Subject: Only disable wxUSE_PREFERENCES_EDITOR if wxUSE_NOTEBOOK is False, not if it's True. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/6a4480ec2966a7db9f07e372fc9b2c934957a59b?ds=inline Only disable wxUSE_PREFERENCES_EDITOR if wxUSE_NOTEBOOK is False, not if it's True. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74536 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/chkconf.h b/include/wx/chkconf.h index c6822ef947..f01831b8ea 100644 --- a/include/wx/chkconf.h +++ b/include/wx/chkconf.h @@ -2214,7 +2214,6 @@ # else # error "wxUSE_PREFERENCES_EDITOR requires wxNotebook" # endif -# else # undef wxUSE_PREFERENCES_EDITOR # define wxUSE_PREFERENCES_EDITOR 0 # endif