diff options
author | wolfsuit <wolfsuit> | 2003-03-08 02:15:45 (GMT) |
---|---|---|
committer | wolfsuit <wolfsuit> | 2003-03-08 02:15:45 (GMT) |
commit | 1238067f586fbaeae2bd4884928148be043cdf12 (patch) | |
tree | 3d85c24e612d56a706d180983bd8b868023489ed /macosx/tkMacOSXMenus.c | |
parent | ca9be35a9fc7236e607923ad25ab5fd75d0029cc (diff) | |
download | tk-1238067f586fbaeae2bd4884928148be043cdf12.zip tk-1238067f586fbaeae2bd4884928148be043cdf12.tar.gz tk-1238067f586fbaeae2bd4884928148be043cdf12.tar.bz2 |
Fix a bug with MacOS X Tk's handling of the help menu. The code expected the
MacOS 9 behavior, which was to insert a separator item after the system help
menus, but this doesn't happen on X...
Diffstat (limited to 'macosx/tkMacOSXMenus.c')
-rw-r--r-- | macosx/tkMacOSXMenus.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/macosx/tkMacOSXMenus.c b/macosx/tkMacOSXMenus.c index f3aa259..805467d 100644 --- a/macosx/tkMacOSXMenus.c +++ b/macosx/tkMacOSXMenus.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: tkMacOSXMenus.c,v 1.2 2002/08/31 06:12:30 das Exp $ + * RCS: @(#) $Id: tkMacOSXMenus.c,v 1.3 2003/03/08 02:15:46 wolfsuit Exp $ */ #include "tk.h" @@ -209,7 +209,6 @@ TkMacOSXInitMenus( } DrawMenuBar(); - TkMacOSXSetHelpMenuItemCount(); return; } |