diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2020-06-15 13:22:25 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-15 13:22:25 +0200 |
commit | 1642effe5bf2f208ca7ef55b7246069d2e8cf23c (patch) | |
tree | 3035f3dad56363b830de775d023910bc5b7d1440 /doc | |
parent | b5dfe45efc53e3733660d068ab2ac1e170f6bd34 (diff) | |
parent | d2250a2320abba38a71dd556e32ccaabeb5fcfc7 (diff) |
Merge pull request #39322 from dominiks/filedialog-title-doc
Add note about automatic window title to FileDialog documentation.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/classes/FileDialog.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/FileDialog.xml b/doc/classes/FileDialog.xml index f4868df6a4..eaaccbd0dd 100644 --- a/doc/classes/FileDialog.xml +++ b/doc/classes/FileDialog.xml @@ -4,7 +4,7 @@ Dialog for selecting files or directories in the filesystem. </brief_description> <description> - FileDialog is a preset dialog used to choose files and directories in the filesystem. It supports filter masks. + FileDialog is a preset dialog used to choose files and directories in the filesystem. It supports filter masks. The FileDialog automatically sets its window title according to the [member file_mode]. If you want to use a custom title, disable this by setting [member mode_overrides_title] to [code]false[/code]. </description> <tutorials> </tutorials> |