summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAaron Franke <arnfranke@yahoo.com>2021-05-21 04:21:45 -0400
committerAaron Franke <arnfranke@yahoo.com>2021-06-03 19:57:03 -0400
commitbc5c10e0f84aecb598fcf2000c9bc7eb8ed4b28e (patch)
tree56a880a19106781b9aba864c57b60d700e5cef34 /doc
parent5d9cab3aeb3c62df6b7b44e6e68c0ebbb67f7a45 (diff)
Use a more specific type for AcceptDialog register_text_enter
Diffstat (limited to 'doc')
-rw-r--r--doc/classes/AcceptDialog.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/AcceptDialog.xml b/doc/classes/AcceptDialog.xml
index f4cf246713..f644606040 100644
--- a/doc/classes/AcceptDialog.xml
+++ b/doc/classes/AcceptDialog.xml
@@ -49,7 +49,7 @@
<method name="register_text_enter">
<return type="void">
</return>
- <argument index="0" name="line_edit" type="Node">
+ <argument index="0" name="line_edit" type="Control">
</argument>
<description>
Registers a [LineEdit] in the dialog. When the enter key is pressed, the dialog will be accepted.