summaryrefslogtreecommitdiff
path: root/fluid/nodes/factory.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'fluid/nodes/factory.cxx')
-rw-r--r--fluid/nodes/factory.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/fluid/nodes/factory.cxx b/fluid/nodes/factory.cxx
index 8388e0202..ca049880a 100644
--- a/fluid/nodes/factory.cxx
+++ b/fluid/nodes/factory.cxx
@@ -1597,7 +1597,7 @@ Node *typename_to_prototype(const char *inName)
}
/**
- Create and add a new type node to the widget tree.
+ Create and add a new node to the widget tree.
This is used by the .fl file reader. New types are always created as
the last child of the first compatible parent. New widgets have a default
@@ -1605,7 +1605,7 @@ Node *typename_to_prototype(const char *inName)
\param[in] inName a C string that described the type we want
\param[in] strategy add after current or as last child
- \return the type node that was created or nullptr
+ \return the node that was created or nullptr
\see add_new_widget_from_file(const char*, int)
add_new_widget_from_user(Node*, int)
add_new_widget_from_user(const char*, int)