renamed m_boxes to m_buttons because, well, it contains the radio buttons and not boxes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39038 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2006-05-04 23:00:34 +00:00
parent 07014b5a0a
commit d33704ddf2
2 changed files with 26 additions and 26 deletions

View File

@@ -122,7 +122,7 @@ public:
bool m_hasFocus,
m_lostFocus;
wxList m_boxes;
wxList m_buttons;
protected:
void DoApplyWidgetStyle(GtkRcStyle *style);