mirror of
https://github.com/godotengine/godot.git
synced 2024-11-10 06:03:09 +00:00
Fix confusing descriptions of ConfirmationDialog's description.
This commit is contained in:
parent
ce00392fc3
commit
f523d4f16f
@ -8,10 +8,10 @@
|
||||
To get cancel action, you can use:
|
||||
[codeblocks]
|
||||
[gdscript]
|
||||
get_cancel_button().pressed.connect(self.canceled)
|
||||
get_cancel_button().pressed.connect(_on_canceled)
|
||||
[/gdscript]
|
||||
[csharp]
|
||||
GetCancelButton().Pressed += Canceled;
|
||||
GetCancelButton().Pressed += OnCanceled;
|
||||
[/csharp]
|
||||
[/codeblocks]
|
||||
</description>
|
||||
|
Loading…
Reference in New Issue
Block a user