diff options
author | dgp <dgp@users.sourceforge.net> | 2012-11-15 19:31:20 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2012-11-15 19:31:20 (GMT) |
commit | 0b6e717a44dff02a2ce046473bbe798a8e07d6c9 (patch) | |
tree | 926c9c2655af85d9275fb6665b9ec2fa628f2093 /generic/tkMenu.c | |
parent | ab074760921c8bd030d145b68aadf3992117d920 (diff) | |
download | tk-0b6e717a44dff02a2ce046473bbe798a8e07d6c9.zip tk-0b6e717a44dff02a2ce046473bbe798a8e07d6c9.tar.gz tk-0b6e717a44dff02a2ce046473bbe798a8e07d6c9.tar.bz2 |
More complete purge of things only present for supporting long-dead Mac 9 systems.
Diffstat (limited to 'generic/tkMenu.c')
-rwxr-xr-x | generic/tkMenu.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/generic/tkMenu.c b/generic/tkMenu.c index 4bcc46f..a8fd7ce 100755 --- a/generic/tkMenu.c +++ b/generic/tkMenu.c @@ -32,9 +32,7 @@ * cascades labelled "File" and "Edit", the cascade menus might have * the pathnames .m.file and .m.edit. Another constraint is that the menus * used for menubars must be children of the toplevel widget that they - * are attached to. And on the Macintosh, the platform specific menu handle - * for cascades attached to a menu bar must have a title that matches the - * label for the cascade menu. + * are attached to. * * To handle all of the constraints, Tk menubars and tearoff menus are * implemented using menu clones. Menu clones are full menus in their own |