summaryrefslogtreecommitdiffstats
path: root/library/msgcat/pkgIndex.tcl
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2012-06-29 11:34:53 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2012-06-29 11:34:53 (GMT)
commitb3b04348558215a3acd092d58664c31a255781bf (patch)
treebfb10d62d4883825fbe0944f1a40719cfa927a57 /library/msgcat/pkgIndex.tcl
parentfe280c4de5f432f6790900dfe1323a0a935d342c (diff)
downloadtcl-b3b04348558215a3acd092d58664c31a255781bf.zip
tcl-b3b04348558215a3acd092d58664c31a255781bf.tar.gz
tcl-b3b04348558215a3acd092d58664c31a255781bf.tar.bz2
Add tn, ro_MO and ru_MO to msgcat.
Make it work on cygwin (backported) Bump msgcat to 1.3.5
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 5888ddb..280b8d2 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.4 [list source [file join $dir msgcat.tcl]]
+package ifneeded msgcat 1.3.5 [list source [file join $dir msgcat.tcl]]