diff options
Diffstat (limited to 'doc/messageBox.n')
-rw-r--r-- | doc/messageBox.n | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/messageBox.n b/doc/messageBox.n index d40dc17..754caf6 100644 --- a/doc/messageBox.n +++ b/doc/messageBox.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: messageBox.n,v 1.3 1999/04/16 01:51:09 stanton Exp $ +'\" RCS: @(#) $Id: messageBox.n,v 1.4 1999/09/02 17:02:12 hobbs Exp $ '\" .so man.macros .TH tk_messageBox n 4.2 Tk "Tk Built-In Commands" @@ -37,7 +37,7 @@ option is not specified, there won't be any default button. \fB\-icon\fR \fIiconImage\fR Specifies an icon to display. \fIIconImage\fR must be one of the following: \fBerror\fR, \fBinfo\fR, \fBquestion\fR or -\fBwarning\fR. If this option is not specified, then no icon will be +\fBwarning\fR. If this option is not specified, then the info icon will be displayed. .TP \fB\-message\fR \fIstring\fR |