summaryrefslogtreecommitdiffstats
path: root/doc/chooseColor.n
diff options
context:
space:
mode:
authorhobbs <hobbs>2002-10-02 21:12:41 (GMT)
committerhobbs <hobbs>2002-10-02 21:12:41 (GMT)
commit1fcd62fbe4387dc3df32f67d94f563ea8308e2c7 (patch)
tree1a250206408b1c76ae8dc557d0d0a59fd0752ec0 /doc/chooseColor.n
parent35ee67d3da1d3d2bc5b463e16837451550387d1c (diff)
downloadtk-1fcd62fbe4387dc3df32f67d94f563ea8308e2c7.zip
tk-1fcd62fbe4387dc3df32f67d94f563ea8308e2c7.tar.gz
tk-1fcd62fbe4387dc3df32f67d94f563ea8308e2c7.tar.bz2
minor example fix
Diffstat (limited to 'doc/chooseColor.n')
-rw-r--r--doc/chooseColor.n4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/chooseColor.n b/doc/chooseColor.n
index 318db20..afff881 100644
--- a/doc/chooseColor.n
+++ b/doc/chooseColor.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: chooseColor.n,v 1.2 1998/09/14 18:22:55 stanton Exp $
+'\" RCS: @(#) $Id: chooseColor.n,v 1.3 2002/10/02 21:12:41 hobbs Exp $
'\"
.so man.macros
.TH tk_chooseColor n 4.2 Tk "Tk Built-In Commands"
@@ -42,7 +42,7 @@ user cancels the operation, both commands will return the empty
string.
.SH EXAMPLE
.CS
-button .b \-fg [tk_chooseColor \-initialcolor gray \-title "Choose color"]
+button .b \-bg [tk_chooseColor \-initialcolor gray \-title "Choose color"]
.CE
.SH KEYWORDS