corrected wxUSE_BOOKCTRL test

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23080 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2003-08-21 20:45:49 +00:00
parent 4f8ffae109
commit ea4ff2ad5a

View File

@ -891,7 +891,7 @@
# endif
#endif /* controls */
#if defined(wxUSE_NOTEBOOK)
#if wxUSE_NOTEBOOK
# if defined(wxUSE_BOOKCTRL) && !wxUSE_BOOKCTRL
# ifdef wxABORT_ON_CONFIG_ERROR
# error "wxUSE_BOOKCTRL must be set."