summaryrefslogtreecommitdiff
path: root/doc/classes
diff options
context:
space:
mode:
authordominiks <domschacht@gmail.com>2020-06-05 15:47:45 +0200
committerdominiks <domschacht@gmail.com>2020-06-05 22:30:24 +0200
commitd2250a2320abba38a71dd556e32ccaabeb5fcfc7 (patch)
tree3b54d776b614437b0e4b00e73fae5c5a5e6a5c8b /doc/classes
parentf54eda121d975127f68db624265271d39d8dabf3 (diff)
Add note about automatic window title to FileDialog documentation.
Diffstat (limited to 'doc/classes')
-rw-r--r--doc/classes/FileDialog.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/FileDialog.xml b/doc/classes/FileDialog.xml
index 99563ee367..cef93aec0c 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>