Kaydet (Commit) 6b26a060 authored tarafından Guido van Rossum's avatar Guido van Rossum

Patch by Dieter Maurer to make things work for Tcl/Tk 8.1 (tested with

8.1.1).  His approach doesn't work with Tcl/Tk 8.2, so I've placed it
inside #if TKMAJORMINOR == 8001 and #endif.  See also his patch for
tkappinit.c.
üst f941acda
......@@ -491,6 +491,10 @@ Tkapp_New(screenName, baseName, className, interactive)
v->interp = Tcl_CreateInterp();
#if TKMAJORMINOR == 8001
TclpInitLibraryPath(baseName);
#endif /* TKMAJORMINOR */
#if defined(macintosh) && TKMAJORMINOR >= 8000
/* This seems to be needed since Tk 8.0 */
ClearMenuBar();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment