diff options
author | dgp <dgp@users.sourceforge.net> | 2011-10-17 19:54:09 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2011-10-17 19:54:09 (GMT) |
commit | 4579ddeec583015c60b677739c143a3224d61c07 (patch) | |
tree | 77d0f8580a41bd14e229bb0243411a29df2ebde7 /library/tkfbox.tcl | |
parent | 7f0c75ac2e61b2457146f5b2a39e252b250196b5 (diff) | |
download | tk-4579ddeec583015c60b677739c143a3224d61c07.zip tk-4579ddeec583015c60b677739c143a3224d61c07.tar.gz tk-4579ddeec583015c60b677739c143a3224d61c07.tar.bz2 |
Fix up the implementation to account for shared options enumeration.
Diffstat (limited to 'library/tkfbox.tcl')
-rw-r--r-- | library/tkfbox.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/tkfbox.tcl b/library/tkfbox.tcl index 214a31b..78112e1 100644 --- a/library/tkfbox.tcl +++ b/library/tkfbox.tcl @@ -983,7 +983,7 @@ proc ::tk::dialog::file::Config {dataName type argList} { lappend specs {-multiple "" "" "0"} } - # The "-nocomplain" option is only available for the "save" file dialog. + # The "-confirmoverwrite" option is only for the "save" file dialog. # if {$type eq "save"} { lappend specs {-confirmoverwrite "" "" "1"} |