diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-09-10 21:11:50 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-09-10 21:11:50 (GMT) |
commit | 656b75175892399244ede8cdbace750d85803657 (patch) | |
tree | af98a345664f6c8141cb6329b620715a863c032f /win/tkWinDialog.c | |
parent | 615e000197cc0df47749bb85205efc04d7c14d0f (diff) | |
parent | f6715923b8e582240ab916b3a1432af4cc1ecc56 (diff) | |
download | tk-656b75175892399244ede8cdbace750d85803657.zip tk-656b75175892399244ede8cdbace750d85803657.tar.gz tk-656b75175892399244ede8cdbace750d85803657.tar.bz2 |
Merge 8.6
Diffstat (limited to 'win/tkWinDialog.c')
-rw-r--r-- | win/tkWinDialog.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win/tkWinDialog.c b/win/tkWinDialog.c index 0bfc7f1..ac2bf20 100644 --- a/win/tkWinDialog.c +++ b/win/tkWinDialog.c @@ -1840,7 +1840,7 @@ GetFileName( * * OFNHookProc -- * - * Dialog box hook function. This is used to sets the "tk_dialog" + * Dialog box hook function. This is used to set the "tk_dialog" * variable for test/debugging when the dialog is ready to receive * messages. When multiple file selection is enabled this function * is used to process the list of names. @@ -2719,7 +2719,7 @@ ChooseDirectoryValidateProc( * See user documentation. * * Side effects: - * None. The MessageBox window will be destroy before this function + * None. The MessageBox window will be destroyed before this function * returns. * *---------------------------------------------------------------------- |