summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--library/clock.tcl6
1 files changed, 3 insertions, 3 deletions
diff --git a/library/clock.tcl b/library/clock.tcl
index d1a76e7..706bc98 100644
--- a/library/clock.tcl
+++ b/library/clock.tcl
@@ -15,11 +15,11 @@
#
#----------------------------------------------------------------------
-# We must have message catalogs that support the root locale, and we need
-# access to the Registry on Windows systems.
+# msgcat 1.7 features are used. We need access to the Registry on Windows
+# systems.
uplevel \#0 {
- package require msgcat 1.6
+ package require msgcat 1.7
if { $::tcl_platform(platform) eq {windows} } {
if { [catch { package require registry 1.1 }] } {
namespace eval ::tcl::clock [list variable NoRegistry {}]