summaryrefslogtreecommitdiffstats
path: root/library/msgcat/pkgIndex.tcl
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2003-08-06 23:02:40 (GMT)
committerdgp <dgp@users.sourceforge.net>2003-08-06 23:02:40 (GMT)
commit19a49f579c4a8e2fb5c4cc8da333de09e8f11395 (patch)
treecf36a0f99f46e79ff94fb7d6671f1a85320b0307 /library/msgcat/pkgIndex.tcl
parentbd39475b4139a926053be2ef84d90bb43ac8fe80 (diff)
downloadtcl-19a49f579c4a8e2fb5c4cc8da333de09e8f11395.zip
tcl-19a49f579c4a8e2fb5c4cc8da333de09e8f11395.tar.gz
tcl-19a49f579c4a8e2fb5c4cc8da333de09e8f11395.tar.bz2
* library/msgcat/msgcat.tcl: Added escape so that non-Windows
* library/msgcat/pkgIndex.tcl: platforms do not try to use the registry package. This can save a costly and pointless package search. Bumped to 1.3.1. Thanks to "imdave1". [Bug 781609].
Diffstat (limited to 'library/msgcat/pkgIndex.tcl')
-rw-r--r--library/msgcat/pkgIndex.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/msgcat/pkgIndex.tcl b/library/msgcat/pkgIndex.tcl
index 9d16a19..90198df 100644
--- a/library/msgcat/pkgIndex.tcl
+++ b/library/msgcat/pkgIndex.tcl
@@ -1,2 +1,2 @@
if {![package vsatisfies [package provide Tcl] 8.2]} {return}
-package ifneeded msgcat 1.3 [list source [file join $dir msgcat.tcl]]
+package ifneeded msgcat 1.3.1 [list source [file join $dir msgcat.tcl]]