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 | 23cac7b42c495e4431260b1b2a452f6ddff0f4b6 (patch) | |
tree | 088bbb68da8f637852f8b278bd86e825b4900a35 /library | |
parent | 57c33f75879ddd0d63698849602925b888430c73 (diff) | |
download | tcl-23cac7b42c495e4431260b1b2a452f6ddff0f4b6.zip tcl-23cac7b42c495e4431260b1b2a452f6ddff0f4b6.tar.gz tcl-23cac7b42c495e4431260b1b2a452f6ddff0f4b6.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 {}] |