Forráskód Böngészése

Add note about automatic window title to FileDialog documentation.

(cherry picked from commit d2250a2320abba38a71dd556e32ccaabeb5fcfc7)
dominiks 5 éve
szülő
commit
ff185f715a
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      doc/classes/FileDialog.xml

+ 1 - 1
doc/classes/FileDialog.xml

@@ -4,7 +4,7 @@
 		Dialog for selecting files or directories in the filesystem.
 		Dialog for selecting files or directories in the filesystem.
 	</brief_description>
 	</brief_description>
 	<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 mode]. If you want to use a custom title, disable this by setting [member mode_overrides_title] to [code]false[/code].
 	</description>
 	</description>
 	<tutorials>
 	<tutorials>
 	</tutorials>
 	</tutorials>