summaryrefslogtreecommitdiffstats
path: root/mac/tkMacTclCode.r
diff options
context:
space:
mode:
authordas <das>2002-05-20 12:30:14 (GMT)
committerdas <das>2002-05-20 12:30:14 (GMT)
commit452f22a126b71f05b997a5530fc837b9348bfdba (patch)
treee4abdf09dda19723c370c8ba08a2cc2f859aec7c /mac/tkMacTclCode.r
parent03abed61db8e3c28c3ddf6dfa6e45b6a16bade15 (diff)
downloadtk-452f22a126b71f05b997a5530fc837b9348bfdba.zip
tk-452f22a126b71f05b997a5530fc837b9348bfdba.tar.gz
tk-452f22a126b71f05b997a5530fc837b9348bfdba.tar.bz2
* mac/tkMacInit.c:
* mac/tkMacTclCode.r: include msgcat package in resources as bgerror depends on it. Restores ability of mac static build to run standalone (except for encoding file issues).
Diffstat (limited to 'mac/tkMacTclCode.r')
-rw-r--r--mac/tkMacTclCode.r2
1 files changed, 2 insertions, 0 deletions
diff --git a/mac/tkMacTclCode.r b/mac/tkMacTclCode.r
index 52d9e86..adbd0f6 100644
--- a/mac/tkMacTclCode.r
+++ b/mac/tkMacTclCode.r
@@ -67,3 +67,5 @@ read 'TEXT' (TK_LIBRARY_RESOURCES+18, "spinbox", purgeable)
"::library:spinbox.tcl";
read 'TEXT' (TK_LIBRARY_RESOURCES+19, "panedwindow", purgeable)
"::library:panedwindow.tcl";
+read 'TEXT' (TK_LIBRARY_RESOURCES+20, "msgcat", purgeable)
+ ":::tcl:library:msgcat:msgcat.tcl";