diff options
author | hobbs <hobbs> | 2005-07-06 22:15:14 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2005-07-06 22:15:14 (GMT) |
commit | 702a586f6bbd53f441deddf6e5daa4b6e32e3ecf (patch) | |
tree | 019a3eb99a300c48e5c49b931195b20fc104c3c8 | |
parent | ff158bec081402735cec56c949ed3fe6443060da (diff) | |
download | tk-702a586f6bbd53f441deddf6e5daa4b6e32e3ecf.zip tk-702a586f6bbd53f441deddf6e5daa4b6e32e3ecf.tar.gz tk-702a586f6bbd53f441deddf6e5daa4b6e32e3ecf.tar.bz2 |
* doc/getOpenFile.n: correct -multiple docs (takes boolean)
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | doc/getOpenFile.n | 4 |
2 files changed, 6 insertions, 2 deletions
@@ -1,3 +1,7 @@ +2005-07-06 Jeff Hobbs <jeffh@ActiveState.com> + + * doc/getOpenFile.n: correct -multiple docs (takes boolean) + 2005-06-25 Daniel Steffen <das@users.sourceforge.net> *** 8.4.11 TAGGED FOR RELEASE *** diff --git a/doc/getOpenFile.n b/doc/getOpenFile.n index e167bf9..feec9ac 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.10.2.1 2004/10/28 10:19:29 dkf Exp $ +'\" RCS: @(#) $Id: getOpenFile.n,v 1.10.2.2 2005/07/06 22:15:15 hobbs Exp $ '\" .so man.macros .TH tk_getOpenFile n 4.2 Tk "Tk Built-In Commands" @@ -72,7 +72,7 @@ application default directory. Specifies a filename to be displayed in the dialog when it pops up. This option is ignored on the Macintosh platform. .TP -\fB\-multiple\fR +\fB\-multiple\fR \fIboolean\fR Allows the user to choose multiple files from the Open dialog. On the Macintosh, this is only available when Navigation Services are installed. |