From bfb6fde371c9b5296c3b1c2764a1062db383c6ad Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sat, 19 Apr 2008 21:56:10 +0000 Subject: [PATCH] replace inexistent wxTBK_DEFAULT with wxBK_DEFAULT git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53268 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- interface/treebook.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/interface/treebook.h b/interface/treebook.h index bd5193b4fb..524c819b4c 100644 --- a/interface/treebook.h +++ b/interface/treebook.h @@ -100,7 +100,7 @@ public: wxTreebook(wxWindow* parent, wxWindowID id, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, - long style = wxTBK_DEFAULT, + long style = wxBK_DEFAULT, const wxString& name = wxEmptyString); //@} @@ -153,7 +153,7 @@ public: bool Create(wxWindow* parent, wxWindowID id, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, - long style = wxTBK_DEFAULT, + long style = wxBK_DEFAULT, const wxString& name = wxEmptyString); /** -- 2.47.2