diff options
Diffstat (limited to 'src/Fl_Tree.cxx')
| -rw-r--r-- | src/Fl_Tree.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Fl_Tree.cxx b/src/Fl_Tree.cxx index 08c8aa1f2..01ab99d33 100644 --- a/src/Fl_Tree.cxx +++ b/src/Fl_Tree.cxx @@ -2181,7 +2181,7 @@ Fl_Image* Fl_Tree::openicon() const { } /// Sets the icon to be used as the 'open' icon. -/// This overrides the built in default '[+]' icon. +/// This s the built in default '[+]' icon. /// /// \param[in] val -- The new image, or zero to use the default [+] icon. /// @@ -2200,7 +2200,7 @@ Fl_Image* Fl_Tree::closeicon() const { } /// Sets the icon to be used as the 'close' icon. -/// This overrides the built in default '[-]' icon. +/// This s the built in default '[-]' icon. /// /// \param[in] val -- The new image, or zero to use the default [-] icon. /// @@ -2527,7 +2527,7 @@ int Fl_Tree::scrollbar_size() const { /// has a consistent UI, and is the default behavior. Normally /// this is what you want. /// -/// Only use this method if you really need to override just THIS +/// Only use this method if you really need to just THIS /// instance of the widget's scrollbar size. (This need should be rare.) /// /// Setting \p size to the special value of 0 causes the widget to |
