summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorTorsten <Torsten>2024-09-11 12:11:07 (GMT)
committerTorsten <Torsten>2024-09-11 12:11:07 (GMT)
commit2a5ed50c29776d1ea065d7314085d9aeddd4e784 (patch)
tree2983494bd8a154cf41396d8aa2e5c4f7f8acf8bd /doc
parente26c41cab1f2e2c34c1284b2788101f438f533a8 (diff)
downloadtk-2a5ed50c29776d1ea065d7314085d9aeddd4e784.zip
tk-2a5ed50c29776d1ea065d7314085d9aeddd4e784.tar.gz
tk-2a5ed50c29776d1ea065d7314085d9aeddd4e784.tar.bz2
added information on the default for the -type option of tk_messageBox
Diffstat (limited to 'doc')
-rw-r--r--doc/messageBox.n2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/messageBox.n b/doc/messageBox.n
index e46550f..cf878e1 100644
--- a/doc/messageBox.n
+++ b/doc/messageBox.n
@@ -87,7 +87,7 @@ following values are possible for \fIpredefinedType\fR:
Displays three buttons whose symbolic names are \fBabort\fR,
\fBretry\fR and \fBignore\fR.
.IP \fBok\fR 18
-Displays one button whose symbolic name is \fBok\fR.
+Displays one button whose symbolic name is \fBok\fR. This is the default.
.IP \fBokcancel\fR 18
Displays two buttons whose symbolic names are \fBok\fR and \fBcancel\fR.
.IP \fBretrycancel\fR 18