diff options
author | tmh <tmh> | 2001-10-12 13:30:31 (GMT) |
---|---|---|
committer | tmh <tmh> | 2001-10-12 13:30:31 (GMT) |
commit | 0831c65525995dfbf5f80d2721d4b36bbbc5f7a4 (patch) | |
tree | f0a41bc451b44d520db4074ba5b826c8c8d8b723 /generic/tkMenubutton.c | |
parent | 81bf48aa5effb92b297747dfcf1a6b6883f70beb (diff) | |
download | tk-0831c65525995dfbf5f80d2721d4b36bbbc5f7a4.zip tk-0831c65525995dfbf5f80d2721d4b36bbbc5f7a4.tar.gz tk-0831c65525995dfbf5f80d2721d4b36bbbc5f7a4.tar.bz2 |
implementation of TIP 63 (accepted) -compound option to menu items.
Diffstat (limited to 'generic/tkMenubutton.c')
-rw-r--r-- | generic/tkMenubutton.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tkMenubutton.c b/generic/tkMenubutton.c index 815837f..28d82a9 100644 --- a/generic/tkMenubutton.c +++ b/generic/tkMenubutton.c @@ -10,7 +10,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkMenubutton.c,v 1.7 2001/08/29 23:22:24 hobbs Exp $ + * RCS: @(#) $Id: tkMenubutton.c,v 1.8 2001/10/12 13:30:31 tmh Exp $ */ #include "tkMenubutton.h" @@ -38,7 +38,7 @@ static char *stateStrings[] = { /* * The following table defines the legal values for the -compound option. - * It is used with the "enum compound" declaration in tkButton.h + * It is used with the "enum compound" declaration in tkMenuButton.h */ static char *compoundStrings[] = { |