]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/bookctrl.h
wxOS2 build fixes after wxColourBase introduction.
[wxWidgets.git] / include / wx / bookctrl.h
index 653a186aaacf6bc962e92522c6cea67235e3682d..02ad3f6f5e385ba79c0caa5ce38c4b01d3f76fde 100644 (file)
@@ -132,7 +132,7 @@ public:
     void SetControlMargin(int margin) { m_controlMargin = margin; }
     int GetControlMargin() const { return m_controlMargin; }
 
-    // returns true if we have wxCHB_TOP or wxCHB_BOTTOM style
+    // returns true if we have wxBK_TOP or wxBK_BOTTOM style
     bool IsVertical() const { return HasFlag(wxBK_BOTTOM | wxBK_TOP); }
 
     // set/get option to shrink to fit current page