diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-10-04 22:43:11 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-10-04 22:43:11 (GMT) |
commit | 5051fe492c39be564969db1a711fc81f0ea82bef (patch) | |
tree | bcf2823417ce3b22036408b2e171b473a0ad3b79 /win/tkWinDialog.c | |
parent | 2ced7bb6f6934c03cbac44221aa8ff0d836b7679 (diff) | |
parent | b91c074724b352ba32cb41def9d3a815f7515338 (diff) | |
download | tk-5051fe492c39be564969db1a711fc81f0ea82bef.zip tk-5051fe492c39be564969db1a711fc81f0ea82bef.tar.gz tk-5051fe492c39be564969db1a711fc81f0ea82bef.tar.bz2 |
Merge 8.6
Diffstat (limited to 'win/tkWinDialog.c')
-rw-r--r-- | win/tkWinDialog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/tkWinDialog.c b/win/tkWinDialog.c index 178e347..b145476 100644 --- a/win/tkWinDialog.c +++ b/win/tkWinDialog.c @@ -1440,7 +1440,7 @@ static int GetFileNameVista(Tcl_Interp *interp, OFNOpts *optsPtr, /* * Clear interp result since it might have been set during the modal loop. - * http://core.tcl.tk/tk/tktview/4a0451f5291b3c9168cc560747dae9264e1d2ef6 + * https://core.tcl-lang.org/tk/tktview/4a0451f5291b3c9168cc560747dae9264e1d2ef6 */ Tcl_ResetResult(interp); |