diff options
author | das <das> | 2005-11-27 06:47:33 (GMT) |
---|---|---|
committer | das <das> | 2005-11-27 06:47:33 (GMT) |
commit | 64aba3658d9fd926e78b3cbb0dfd1cd49bfa58aa (patch) | |
tree | 03105d4a21e3e274820d9bd0ff1d2112b45e0d5a /macosx/tkMacOSXMenubutton.c | |
parent | 3b901c1d971e5dbdf1f938401c8acf49a9ccc93a (diff) | |
download | tk-64aba3658d9fd926e78b3cbb0dfd1cd49bfa58aa.zip tk-64aba3658d9fd926e78b3cbb0dfd1cd49bfa58aa.tar.gz tk-64aba3658d9fd926e78b3cbb0dfd1cd49bfa58aa.tar.bz2 |
typo in last commit
Diffstat (limited to 'macosx/tkMacOSXMenubutton.c')
-rw-r--r-- | macosx/tkMacOSXMenubutton.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/macosx/tkMacOSXMenubutton.c b/macosx/tkMacOSXMenubutton.c index 7fc7905..91460a8 100644 --- a/macosx/tkMacOSXMenubutton.c +++ b/macosx/tkMacOSXMenubutton.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: tkMacOSXMenubutton.c,v 1.2.2.5 2005/11/27 06:37:59 das Exp $ + * RCS: @(#) $Id: tkMacOSXMenubutton.c,v 1.2.2.6 2005/11/27 06:47:33 das Exp $ */ #include <Carbon/Carbon.h> @@ -22,7 +22,7 @@ #if !defined(MAC_OS_X_VERSION_10_3) || \ (MAC_OS_X_VERSION_MAX_ALLOWED < MAC_OS_X_VERSION_10_3) /* Define constants only available on Mac OS X 10.3 or later */ - #define kMenuAttrDoNotUseUserCommandKeys = (1 << 7) + #define kMenuAttrDoNotUseUserCommandKeys (1 << 7) #endif #define kShadowOffset (3) /* amount to offset shadow from frame */ |