summaryrefslogtreecommitdiffstats
path: root/library/msgcat/pkgIndex.tcl
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2012-06-22 13:41:27 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2012-06-22 13:41:27 (GMT)
commita9f64ab24b5965c3bf6f65e0de8b8706fc38ec7c (patch)
tree16958b1e48f20676be13a43575d7923278bcc995 /library/msgcat/pkgIndex.tcl
parent687013812cd6ca56d2bfc1c0b75d98a6f8a2d264 (diff)
downloadtcl-a9f64ab24b5965c3bf6f65e0de8b8706fc38ec7c.zip
tcl-a9f64ab24b5965c3bf6f65e0de8b8706fc38ec7c.tar.gz
tcl-a9f64ab24b5965c3bf6f65e0de8b8706fc38ec7c.tar.bz2
Locale guessing of msgcat fails on (some) Windows 7
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 17ad5db..60c2d3c 100644
--- a/library/msgcat/pkgIndex.tcl
+++ b/library/msgcat/pkgIndex.tcl
@@ -1,2 +1,2 @@
if {![package vsatisfies [package provide Tcl] 8.5]} {return}
-package ifneeded msgcat 1.4.4 [list source [file join $dir msgcat.tcl]]
+package ifneeded msgcat 1.4.5 [list source [file join $dir msgcat.tcl]]