Fix wrong class name in wxAuiTabContainer comment

No real changes, just fix a typo in a comment.

See https://github.com/wxWidgets/wxWidgets/pull/2556
This commit is contained in:
Vadim Zeitlin
2021-10-22 01:41:21 +02:00
parent 4d5bdfeb77
commit fb93d7f101

View File

@@ -64,7 +64,7 @@ wxIMPLEMENT_DYNAMIC_CLASS(wxAuiNotebookEvent, wxBookCtrlEvent);
// wxAuiTabContainer is a class which contains information about each // wxAuiTabContainer is a class which contains information about each
// tab. It also can render an entire tab control to a specified DC. // tab. It also can render an entire tab control to a specified DC.
// It's not a window class itself, because this code will be used by // It's not a window class itself, because this code will be used by
// the wxFrameMananger, where it is disadvantageous to have separate // the wxAuiManager, where it is disadvantageous to have separate
// windows for each tab control in the case of "docked tabs" // windows for each tab control in the case of "docked tabs"
// A derived class, wxAuiTabCtrl, is an actual wxWindow-derived window // A derived class, wxAuiTabCtrl, is an actual wxWindow-derived window