diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-11-07 08:28:23 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-11-07 08:28:23 (GMT) |
commit | 4d28a2a931e81acd27bc30639de483a7e9968988 (patch) | |
tree | 6b25a19d6d781a66f0586011d77a8cd35cd03912 /macosx/tkMacOSXDialog.c | |
parent | c6300a7265e457702bf13456bfdccd02aa4a1a54 (diff) | |
parent | 3ccad1d5014f9fb98c089fe19bb1fd04f7f8b0db (diff) | |
download | tk-bug_2443069.zip tk-bug_2443069.tar.gz tk-bug_2443069.tar.bz2 |
merge trunkbug_2443069
Diffstat (limited to 'macosx/tkMacOSXDialog.c')
-rw-r--r-- | macosx/tkMacOSXDialog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/tkMacOSXDialog.c b/macosx/tkMacOSXDialog.c index 334b9fd..df1dbab 100644 --- a/macosx/tkMacOSXDialog.c +++ b/macosx/tkMacOSXDialog.c @@ -33,7 +33,7 @@ enum openOptions { }; static const char *const saveOptionStrings[] = { "-defaultextension", "-filetypes", "-initialdir", "-initialfile", - "-message", "-parent", "-title", "-typevariable", "-command", + "-message", "-parent", "-title", "-typevariable", "-command", "-confirmoverwrite", NULL }; enum saveOptions { |