Author: manolo Date: 2011-04-14 06:15:13 -0700 (Thu, 14 Apr 2011) New Revision: 8589 Log: Corrected typo.
Modified: branches/branch-1.3/src/Fl_Tree_Item.cxx Modified: branches/branch-1.3/src/Fl_Tree_Item.cxx =================================================================== --- branches/branch-1.3/src/Fl_Tree_Item.cxx 2011-04-14 13:11:34 UTC (rev 8588) +++ branches/branch-1.3/src/Fl_Tree_Item.cxx 2011-04-14 13:15:13 UTC (rev 8589) @@ -450,7 +450,7 @@ /// Find the item that the last event was over. /// -/// Returns the item if its visible, and mouse is over it. +/// Returns the item if it is visible, and mouse is over it. /// Works even if widget deactivated. /// Use event_on_collapse_icon() to determine if collapse button was pressed. /// @@ -480,7 +480,7 @@ /// Non-const version of the above. /// Find the item that the last event was over. /// -/// Returns the item if its visible, and mouse is over it. +/// Returns the item if it is visible, and mouse is over it. /// Works even if widget deactivated. /// Use event_on_collapse_icon() to determine if collapse button was pressed. /// _______________________________________________ fltk-commit mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-commit
