diff options
author | hobbs <hobbs> | 2002-10-02 21:12:41 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2002-10-02 21:12:41 (GMT) |
commit | 1fcd62fbe4387dc3df32f67d94f563ea8308e2c7 (patch) | |
tree | 1a250206408b1c76ae8dc557d0d0a59fd0752ec0 /doc | |
parent | 35ee67d3da1d3d2bc5b463e16837451550387d1c (diff) | |
download | tk-1fcd62fbe4387dc3df32f67d94f563ea8308e2c7.zip tk-1fcd62fbe4387dc3df32f67d94f563ea8308e2c7.tar.gz tk-1fcd62fbe4387dc3df32f67d94f563ea8308e2c7.tar.bz2 |
minor example fix
Diffstat (limited to 'doc')
-rw-r--r-- | doc/chooseColor.n | 4 |
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 |