aboutsummaryrefslogtreecommitdiff
path: root/doc/classes/AcceptDialog.xml
diff options
context:
space:
mode:
authorKelly Thomas2018-05-17 00:15:30 +0800
committerKelly Thomas2018-05-17 00:15:30 +0800
commitc6ed46891d0abacb6619ff77697c616c9658a90f (patch)
treeb6db1db2d9fc61d1f43126014b89627d66be6b1b /doc/classes/AcceptDialog.xml
parent760ec584df5ab1126b73a8c0d47637916e22250e (diff)
downloadgodot-c6ed46891d0abacb6619ff77697c616c9658a90f.tar.gz
godot-c6ed46891d0abacb6619ff77697c616c9658a90f.tar.zst
godot-c6ed46891d0abacb6619ff77697c616c9658a90f.zip
[docs] fix links in class docs
Diffstat (limited to 'doc/classes/AcceptDialog.xml')
-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 99a3f5948..20d8bebd6 100644
--- a/doc/classes/AcceptDialog.xml
+++ b/doc/classes/AcceptDialog.xml
@@ -21,7 +21,7 @@
<argument index="2" name="action" type="String" default="&quot;&quot;">
</argument>
<description>
- Adds a button with label [i]text[/i] and a custom [i]action[/i] to the dialog and returns the created button. [i]action[/i] will be passed to the [custom_action] signal when pressed.
+ Adds a button with label [i]text[/i] and a custom [i]action[/i] to the dialog and returns the created button. [i]action[/i] will be passed to the [signal custom_action] signal when pressed.
If [code]true[/code], [i]right[/i] will place the button to the right of any sibling buttons. Default value: [code]false[/code].
</description>
</method>