summaryrefslogtreecommitdiffstats
path: root/library/tkfbox.tcl
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2011-10-17 19:54:09 (GMT)
committerdgp <dgp@users.sourceforge.net>2011-10-17 19:54:09 (GMT)
commit743f61ac62c78f824c4d93706ed47454ed78b355 (patch)
tree77d0f8580a41bd14e229bb0243411a29df2ebde7 /library/tkfbox.tcl
parentcb95e14cd26cf3a9d96093210afec337563337c0 (diff)
downloadtk-743f61ac62c78f824c4d93706ed47454ed78b355.zip
tk-743f61ac62c78f824c4d93706ed47454ed78b355.tar.gz
tk-743f61ac62c78f824c4d93706ed47454ed78b355.tar.bz2
Fix up the implementation to account for shared options enumeration.
Diffstat (limited to 'library/tkfbox.tcl')
-rw-r--r--library/tkfbox.tcl2
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"}