diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2020-12-28 14:53:43 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-28 14:53:43 +0100 |
commit | feb4e5ed2cb463e0a2dde12d38681b346f7e0b3c (patch) | |
tree | ae0a1fec73157cece6aa857d5bf0a950acc795f5 /doc/classes/FileDialog.xml | |
parent | e4c05723858dc6e644ebec4ea89fb6b562052fbd (diff) | |
parent | 7b293eddfb618699c86b421bdac9fdaf8d5f00d3 (diff) |
Merge pull request #44569 from madmiraal/rename-unselect-deselect
Rename unselect to deselect
Diffstat (limited to 'doc/classes/FileDialog.xml')
-rw-r--r-- | doc/classes/FileDialog.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/classes/FileDialog.xml b/doc/classes/FileDialog.xml index b4afee7610..ed437aefd5 100644 --- a/doc/classes/FileDialog.xml +++ b/doc/classes/FileDialog.xml @@ -25,11 +25,11 @@ Clear all the added filters in the dialog. </description> </method> - <method name="deselect_items"> + <method name="deselect_all"> <return type="void"> </return> <description> - Clear currently selected items in the dialog. + Clear all currently selected items in the dialog. </description> </method> <method name="get_line_edit"> |