소스 검색

Add note about automatic window title to FileDialog documentation.

(cherry picked from commit d2250a2320abba38a71dd556e32ccaabeb5fcfc7)
dominiks 5 년 전
부모
커밋
ff185f715a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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.
 	</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 mode]. If you want to use a custom title, disable this by setting [member mode_overrides_title] to [code]false[/code].
 	</description>
 	<tutorials>
 	</tutorials>