summaryrefslogtreecommitdiffstats
path: root/generic/tkMenubutton.c
diff options
context:
space:
mode:
authortmh <tmh@noemail.net>2001-10-12 13:30:30 (GMT)
committertmh <tmh@noemail.net>2001-10-12 13:30:30 (GMT)
commit98831fa56af436da1a0006869b2dc077558299ea (patch)
treef0a41bc451b44d520db4074ba5b826c8c8d8b723 /generic/tkMenubutton.c
parent10dbcdd17f71c73d82b42e02b6b1ae24c0b930fd (diff)
downloadtk-macosx-8-4-branchpoint.zip
tk-macosx-8-4-branchpoint.tar.gz
tk-macosx-8-4-branchpoint.tar.bz2
implementation of TIP 63 (accepted) -compound option to menu items.macosx-8-4-branchpoint
FossilOrigin-Name: 388b438b4b85a414ad930b3a685c74ce17276df1
Diffstat (limited to 'generic/tkMenubutton.c')
-rw-r--r--generic/tkMenubutton.c4
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[] = {