diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2018-08-28 08:13:13 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-28 08:13:13 +0200 |
commit | 6671096dd7a442b250a8d07a175db99ba02e6d5a (patch) | |
tree | a3cc8bc4899d1db8fa0abcf75bd0add7efbb1b06 /doc/classes/WindowDialog.xml | |
parent | 57ba7caa6dac9fb2119c86a94e9aeba0bc524065 (diff) | |
parent | 285234e8d908a9dad0cda568e98f777ff002481e (diff) |
Merge pull request #21514 from cbscribe/kcc_docs_fixes2
[DOCS] Classref corrections and clarifications
Diffstat (limited to 'doc/classes/WindowDialog.xml')
-rw-r--r-- | doc/classes/WindowDialog.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/WindowDialog.xml b/doc/classes/WindowDialog.xml index 39487f5020..f7f2d10fcd 100644 --- a/doc/classes/WindowDialog.xml +++ b/doc/classes/WindowDialog.xml @@ -24,7 +24,7 @@ If [code]true[/code] the user can resize the window. Default value: [code]false[/code]. </member> <member name="window_title" type="String" setter="set_title" getter="get_title"> - The text displayed in the window's title bar. Default value: "Save a File". + The text displayed in the window's title bar. </member> </members> <constants> |