summaryrefslogtreecommitdiff
path: root/src/Fl_Tree_Prefs.cxx
diff options
context:
space:
mode:
authormaxim nikonov <maxim.nikonov@hqo.co>2026-02-06 03:39:53 +0500
committermaxim nikonov <maxim.nikonov@hqo.co>2026-02-06 03:39:53 +0500
commitf93978aba486bf0fea8d9ee857d014a02f3f7d96 (patch)
tree44d4626c2d56666056983d8fedf1b897f4ecf249 /src/Fl_Tree_Prefs.cxx
parentddba971ebb304512ba9e0a01b77ec71b59b977b6 (diff)
wi[
Diffstat (limited to 'src/Fl_Tree_Prefs.cxx')
-rw-r--r--src/Fl_Tree_Prefs.cxx4
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.
///