diff options
author | das <das> | 2004-07-20 06:05:53 (GMT) |
---|---|---|
committer | das <das> | 2004-07-20 06:05:53 (GMT) |
commit | 26ad50b54dbd1d891372303d7567eb5353254073 (patch) | |
tree | e546663cef0ad5dff1c2181819212ecd7d987baa /macosx/tkMacOSXMenu.c | |
parent | 23b110750cfc4d080d64119fc3b48df02527a094 (diff) | |
download | tk-26ad50b54dbd1d891372303d7567eb5353254073.zip tk-26ad50b54dbd1d891372303d7567eb5353254073.tar.gz tk-26ad50b54dbd1d891372303d7567eb5353254073.tar.bz2 |
* macosx/Makefile: added support to tk framework build to
optionally install tk manpages in addition to html help,
similarly to tcl/macosx/Makefile.
* macosx/Wish.pbproj/project.pbxproj: fixes for building with
non-default SYMROOT/OBJROOT/SRCROOT, added support for using a
Tcl.framework in DYLIB_INSTALL_PATH != /Library/Frameworks,
added optional support for building html help without tcl sources
present by giving explicit location of tcltk-man2html script.
* macosx/tkMacOSXMenu.c: fixed #include case sensitivity bug.
Diffstat (limited to 'macosx/tkMacOSXMenu.c')
-rw-r--r-- | macosx/tkMacOSXMenu.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/macosx/tkMacOSXMenu.c b/macosx/tkMacOSXMenu.c index 8c95a32..2e3d8ee 100644 --- a/macosx/tkMacOSXMenu.c +++ b/macosx/tkMacOSXMenu.c @@ -9,10 +9,10 @@ * 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.5 2004/04/01 18:40:10 wolfsuit Exp $ + * RCS: @(#) $Id: tkMacOSXMenu.c,v 1.6.2.6 2004/07/20 06:05:59 das Exp $ */ #include "tkMacOSXInt.h" -#include "tkMenuButton.h" +#include "tkMenubutton.h" #include "tkMenu.h" #include "tkColor.h" #include "tkMacOSXInt.h" |