diff options
Diffstat (limited to 'src/Fl_Tree_Prefs.cxx')
| -rw-r--r-- | src/Fl_Tree_Prefs.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Fl_Tree_Prefs.cxx b/src/Fl_Tree_Prefs.cxx index f34675c9c..805ecac3e 100644 --- a/src/Fl_Tree_Prefs.cxx +++ b/src/Fl_Tree_Prefs.cxx @@ -56,7 +56,7 @@ int Fl_System_Driver::tree_connector_style() { /// Sets the default icon to be used as the 'open' icon /// when items are add()ed to the tree. -/// 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. /// @@ -73,7 +73,7 @@ void Fl_Tree_Prefs::openicon(Fl_Image *val) { } /// 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. /// |
