From ff185f715aedb58c5213798127374ce1c968050b Mon Sep 17 00:00:00 2001 From: dominiks Date: Fri, 5 Jun 2020 15:47:45 +0200 Subject: [PATCH] Add note about automatic window title to FileDialog documentation. (cherry picked from commit d2250a2320abba38a71dd556e32ccaabeb5fcfc7) --- doc/classes/FileDialog.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/classes/FileDialog.xml b/doc/classes/FileDialog.xml index 16de84680a4..866a3a7c357 100644 --- a/doc/classes/FileDialog.xml +++ b/doc/classes/FileDialog.xml @@ -4,7 +4,7 @@ Dialog for selecting files or directories in the filesystem. - 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 mode]. If you want to use a custom title, disable this by setting [member mode_overrides_title] to [code]false[/code].