diff options
author | ericm <ericm> | 2000-01-27 00:23:10 (GMT) |
---|---|---|
committer | ericm <ericm> | 2000-01-27 00:23:10 (GMT) |
commit | 40b335d9b0c6ca46aa6f5bba4f95528fea233129 (patch) | |
tree | e9779997eb2be15e478fc405ca04237abcb9a671 /unix/mkLinks | |
parent | 7e47234206a345a0b8dcbe7bd066ed360e4a9942 (diff) | |
download | tk-40b335d9b0c6ca46aa6f5bba4f95528fea233129.zip tk-40b335d9b0c6ca46aa6f5bba4f95528fea233129.tar.gz tk-40b335d9b0c6ca46aa6f5bba4f95528fea233129.tar.bz2 |
* doc/getOpenFile.n:
* doc/chooseDirectory.n: Man page/cross links for
tk_chooseDirectory (bug #1786).
* library/tk.tcl:
* library/tclIndex: Added hooks for tk_chooseDirectory. (bug #1786)
* library/choosedir.tcl: tk_chooseDirectory implementation for
Unix/Mac (bug #1786).
Diffstat (limited to 'unix/mkLinks')
-rw-r--r-- | unix/mkLinks | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/unix/mkLinks b/unix/mkLinks index 08e5480..975b639 100644 --- a/unix/mkLinks +++ b/unix/mkLinks @@ -959,6 +959,10 @@ if test -r chooseColor.n; then rm -f tk_chooseColor.n ln chooseColor.n tk_chooseColor.n fi +if test -r chooseDirectory.n; then + rm -f tk_chooseDirectory.n + ln chooseDirectory.n tk_chooseDirectory.n +fi if test -r dialog.n; then rm -f tk_dialog.n ln dialog.n tk_dialog.n |