summaryrefslogtreecommitdiff
path: root/fluid/widget_browser.cxx
diff options
context:
space:
mode:
authorMatthias Melcher <github@matthiasm.com>2024-12-04 14:49:14 +0100
committerMatthias Melcher <github@matthiasm.com>2024-12-04 14:49:14 +0100
commitfcae10e29607408e797067b60d2821fdb3c02e10 (patch)
tree46a1f4a9c3a4bf9208106405343f345fad01fb52 /fluid/widget_browser.cxx
parent7d964d92aef46dab31a9d36cbeba1d5905e22430 (diff)
FLUID: Fixes default settings tab.
Diffstat (limited to 'fluid/widget_browser.cxx')
-rw-r--r--fluid/widget_browser.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/fluid/widget_browser.cxx b/fluid/widget_browser.cxx
index d81c84f32..c54231263 100644
--- a/fluid/widget_browser.cxx
+++ b/fluid/widget_browser.cxx
@@ -114,7 +114,7 @@ void deselect() {
Make sure that the given item is visible in the browser by opening
all parent groups and moving the item into the visible space.
- \param[in] t show this ite
+ \param[in] t show this item
*/
void reveal_in_browser(Fl_Type *t) {
Fl_Type *p = t->parent;