summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXMenu.c
diff options
context:
space:
mode:
authordas <das>2005-11-27 06:47:33 (GMT)
committerdas <das>2005-11-27 06:47:33 (GMT)
commit781c6a344cc9d08fe275d4f565fc78873dfce2c2 (patch)
tree03105d4a21e3e274820d9bd0ff1d2112b45e0d5a /macosx/tkMacOSXMenu.c
parent82a70d55e88aff2596e7d303a8cecb7fb75e9f73 (diff)
downloadtk-781c6a344cc9d08fe275d4f565fc78873dfce2c2.zip
tk-781c6a344cc9d08fe275d4f565fc78873dfce2c2.tar.gz
tk-781c6a344cc9d08fe275d4f565fc78873dfce2c2.tar.bz2
typo in last commit
Diffstat (limited to 'macosx/tkMacOSXMenu.c')
-rw-r--r--macosx/tkMacOSXMenu.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/macosx/tkMacOSXMenu.c b/macosx/tkMacOSXMenu.c
index f2f9988..9b3c9a6 100644
--- a/macosx/tkMacOSXMenu.c
+++ b/macosx/tkMacOSXMenu.c
@@ -9,7 +9,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tkMacOSXMenu.c,v 1.6.2.12 2005/11/27 06:37:58 das Exp $
+ * RCS: @(#) $Id: tkMacOSXMenu.c,v 1.6.2.13 2005/11/27 06:47:33 das Exp $
*/
#include "tkMacOSXInt.h"
#include "tkMenubutton.h"
@@ -21,7 +21,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 USE_TK_MDEF