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
This commit is contained in:
Robin Dunn 2013-07-15 18:04:43 +00:00
parent f197e6520a
commit 6a4480ec29

View File

@ -2214,7 +2214,6 @@
# else
# error "wxUSE_PREFERENCES_EDITOR requires wxNotebook"
# endif
# else
# undef wxUSE_PREFERENCES_EDITOR
# define wxUSE_PREFERENCES_EDITOR 0
# endif