diff options
author | dgp <dgp@users.sourceforge.net> | 2012-11-08 13:31:57 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2012-11-08 13:31:57 (GMT) |
commit | 0dc6225c9d45b52cf96fbb78437408012dc39f14 (patch) | |
tree | 088bbb68da8f637852f8b278bd86e825b4900a35 /library | |
parent | 4da1749d867350384bc47fa4615b517c02698c0a (diff) | |
download | tcl-0dc6225c9d45b52cf96fbb78437408012dc39f14.zip tcl-0dc6225c9d45b52cf96fbb78437408012dc39f14.tar.gz tcl-0dc6225c9d45b52cf96fbb78437408012dc39f14.tar.bz2 |
Revert msgcat requirement bump in the "clock" module. Should be no need for it.
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 9563187..32911b3 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.5 + package require msgcat 1.4 if { $::tcl_platform(platform) eq {windows} } { if { [catch { package require registry 1.1 }] } { namespace eval ::tcl::clock [list variable NoRegistry {}] |