diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2021-06-04 16:13:25 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-04 16:13:25 +0200 |
commit | 766c6dbb24c736eb1e24ca69eb15398eac654c2c (patch) | |
tree | a2e53b3874b60a5e9890609cd59880e7dee307e5 /doc/classes/AcceptDialog.xml | |
parent | 0de0347c1e3d74698c891d27c010033221100d72 (diff) | |
parent | bc5c10e0f84aecb598fcf2000c9bc7eb8ed4b28e (diff) |
Merge pull request #48920 from aaronfranke/accept
Diffstat (limited to 'doc/classes/AcceptDialog.xml')
-rw-r--r-- | doc/classes/AcceptDialog.xml | 2 |
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. |