]> git.saurik.com Git - wxWidgets.git/commitdiff
Only disable wxUSE_PREFERENCES_EDITOR if wxUSE_NOTEBOOK is False, not if it's True.
authorRobin Dunn <robin@alldunn.com>
Mon, 15 Jul 2013 18:04:43 +0000 (18:04 +0000)
committerRobin Dunn <robin@alldunn.com>
Mon, 15 Jul 2013 18:04:43 +0000 (18:04 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74536 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/chkconf.h

index c6822ef947e2bde77392c386e35443da72cbfd98..f01831b8eabb0d5480b20d3c3099c79650251bd9 100644 (file)
 #       else
 #           error "wxUSE_PREFERENCES_EDITOR requires wxNotebook"
 #       endif
-#   else
 #       undef wxUSE_PREFERENCES_EDITOR
 #       define wxUSE_PREFERENCES_EDITOR 0
 #   endif