rename wxBK_BUTTONBAR to wxTBK_BUTTONBAR as it's wxToolBook-specific and documented it

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51215 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2008-01-14 22:23:01 +00:00
parent 050d159c4a
commit e3507dd851
4 changed files with 13 additions and 5 deletions

View File

@@ -99,7 +99,7 @@ bool wxToolbook::Create(wxWindow *parent,
// TODO: make more configurable
#if defined(__WXMAC__) && wxUSE_TOOLBAR && wxUSE_BMPBUTTON
if (style & wxBK_BUTTONBAR)
if (style & wxTBK_BUTTONBAR)
{
m_bookctrl = new wxButtonToolBar
(