]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/include/wx/deprecated/treelay.h
Source cleaning: whitespaces, tabs, -1/wxID_ANY/wxDefaultCoord/wxNOT_FOUND, TRUE...
[wxWidgets.git] / contrib / include / wx / deprecated / treelay.h
index ad1a266662fdcb79281372b58fcebed55d539f82..edcd6b1d43bda4cc6a2459826b330a102edb2b47 100644 (file)
@@ -83,7 +83,7 @@ protected:
     long          m_ySpacing;
     long          m_topMargin;
     long          m_leftMargin;
-    bool          m_orientation; // TRUE for top-to-bottom, FALSE for left-to-right
+    bool          m_orientation; // true for top-to-bottom, false for left-to-right
     
 private:
     DECLARE_ABSTRACT_CLASS(wxTreeLayout)