diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-06-29 11:34:53 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-06-29 11:34:53 (GMT) |
commit | b3b04348558215a3acd092d58664c31a255781bf (patch) | |
tree | bfb10d62d4883825fbe0944f1a40719cfa927a57 /library/msgcat/pkgIndex.tcl | |
parent | fe280c4de5f432f6790900dfe1323a0a935d342c (diff) | |
download | tcl-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.tcl | 2 |
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]] |