diff options
author | oehhar <harald.oehlmann@elmicron.de> | 2012-11-08 09:15:55 (GMT) |
---|---|---|
committer | oehhar <harald.oehlmann@elmicron.de> | 2012-11-08 09:15:55 (GMT) |
commit | 4da1749d867350384bc47fa4615b517c02698c0a (patch) | |
tree | de741f0e99e1ca63f996757dc09e12485129bf92 /library | |
parent | 1c46cee81c33701655f2ea160677ef10278926c2 (diff) | |
download | tcl-4da1749d867350384bc47fa4615b517c02698c0a.zip tcl-4da1749d867350384bc47fa4615b517c02698c0a.tar.gz tcl-4da1749d867350384bc47fa4615b517c02698c0a.tar.bz2 |
changed msgcat version from 1.4 to 1.5 in doc/msgcat.n, tests/clock.test, library/clock.tcl, win/makefile.bc and tools/tcl.wse.in
Diffstat (limited to 'library')
-rw-r--r-- | library/clock.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/clock.tcl b/library/clock.tcl index 32911b3..9563187 100644 --- a/library/clock.tcl +++ b/library/clock.tcl @@ -19,7 +19,7 @@ # we need access to the Registry on Windows systems. uplevel \#0 { - package require msgcat 1.4 + package require msgcat 1.5 if { $::tcl_platform(platform) eq {windows} } { if { [catch { package require registry 1.1 }] } { namespace eval ::tcl::clock [list variable NoRegistry {}] |