diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-10-04 22:41:44 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-10-04 22:41:44 (GMT) |
commit | b91c074724b352ba32cb41def9d3a815f7515338 (patch) | |
tree | 2afd244309bb313e9c108ad2756edede6f096f33 /win/tkWinDialog.c | |
parent | 4d4c3be876cd49ad3d88ffcca2a1964c63081414 (diff) | |
download | tk-b91c074724b352ba32cb41def9d3a815f7515338.zip tk-b91c074724b352ba32cb41def9d3a815f7515338.tar.gz tk-b91c074724b352ba32cb41def9d3a815f7515338.tar.bz2 |
Fix [f8f1f0b103]: macosx/README: update Wiki and X11 info. Also change more links to point to the current https://core.tcl-lang.org
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 8640e6a..ab57ea5 100644 --- a/win/tkWinDialog.c +++ b/win/tkWinDialog.c @@ -1438,7 +1438,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); |