diff options
author | das <das> | 2002-05-20 10:21:20 (GMT) |
---|---|---|
committer | das <das> | 2002-05-20 10:21:20 (GMT) |
commit | 03abed61db8e3c28c3ddf6dfa6e45b6a16bade15 (patch) | |
tree | 0d35ec4a5ca8dba679583aae69e68439beca6f7a /mac | |
parent | 50a4cfe36baf76470123c8c9d24aee73d4e50fc4 (diff) | |
download | tk-03abed61db8e3c28c3ddf6dfa6e45b6a16bade15.zip tk-03abed61db8e3c28c3ddf6dfa6e45b6a16bade15.tar.gz tk-03abed61db8e3c28c3ddf6dfa6e45b6a16bade15.tar.bz2 |
* mac/tkMacInit.c:
* library/console.tcl:
* library/tk.tcl: fix tk.tcl not sourcing library files
that define bindings at startup on mac. (independent of
tk library files being in resources or on auto_path)
Diffstat (limited to 'mac')
-rw-r--r-- | mac/tkMacInit.c | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/mac/tkMacInit.c b/mac/tkMacInit.c index 9602304..7ca7667 100644 --- a/mac/tkMacInit.c +++ b/mac/tkMacInit.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: tkMacInit.c,v 1.8 2002/02/08 02:57:11 dgp Exp $ + * RCS: @(#) $Id: tkMacInit.c,v 1.9 2002/05/20 10:21:31 das Exp $ */ #include <Resources.h> @@ -75,22 +75,14 @@ proc sourcePath {file} {\n\ error $msg\n\ }\n\ sourcePath tk\n\ -sourcePath button\n\ sourcePath dialog\n\ -sourcePath entry\n\ sourcePath focus\n\ -sourcePath listbox\n\ -sourcePath menu\n\ sourcePath optMenu\n\ sourcePath palette\n\ -sourcePath scale\n\ -sourcePath scrlbar\n\ sourcePath tearoff\n\ -sourcePath text\n\ sourcePath bgerror\n\ sourcePath msgbox\n\ sourcePath comdlg\n\ -sourcePath spinbox\n\ rename sourcePath {}\n\ rename tkInit {}\n\ } }\n\ |