From 70e5dc23aee51fc2fe67c73390d808e01ccfbfa6 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Fri, 7 Mar 2025 19:52:54 +0100 Subject: Cleaning up widget browser, renamed to Node_Browser. --- fluid/nodes/Fl_Type.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'fluid/nodes/Fl_Type.cxx') diff --git a/fluid/nodes/Fl_Type.cxx b/fluid/nodes/Fl_Type.cxx index 56a15175e..02b95888e 100644 --- a/fluid/nodes/Fl_Type.cxx +++ b/fluid/nodes/Fl_Type.cxx @@ -107,7 +107,7 @@ #include "nodes/Fl_Window_Type.h" #include "nodes/Fl_Group_Type.h" #include "rsrcs/pixmaps.h" -#include "widgets/widget_browser.h" +#include "widgets/Node_Browser.h" #include #include @@ -739,7 +739,7 @@ void Fl_Type::add(Fl_Type *anchor, Strategy strategy) { \param[in] g pointer to a node within the tree */ void Fl_Type::insert(Fl_Type *g) { - // 'this' is not in the Widget_Browser, so we must run the linked list to find the last entry + // 'this' is not in the Node_Browser, so we must run the linked list to find the last entry Fl_Type *end = this; while (end->next) end = end->next; // 'this' will get the same parent as 'g' -- cgit v1.2.3