diff options
Diffstat (limited to 'doc/getOpenFile.n')
-rw-r--r-- | doc/getOpenFile.n | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/getOpenFile.n b/doc/getOpenFile.n index 4c19e65..de17086 100644 --- a/doc/getOpenFile.n +++ b/doc/getOpenFile.n @@ -4,7 +4,7 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: getOpenFile.n,v 1.4 1999/12/16 21:57:11 hobbs Exp $ +'\" RCS: @(#) $Id: getOpenFile.n,v 1.5 2000/01/27 00:23:10 ericm Exp $ '\" .so man.macros .TH tk_getOpenFile n 4.2 Tk "Tk Built-In Commands" @@ -152,5 +152,8 @@ if {$filename != ""} { } .CE +.SH "SEE ALSO" +tk_chooseDirectory + .SH KEYWORDS file selection dialog |