Skip to content

Commit

Permalink
clock requires msgcat 1.7, not 1.6 as minimum
Browse files Browse the repository at this point in the history
  • Loading branch information
oehhar committed Feb 27, 2024
1 parent f8df575 commit e8d461d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions library/clock.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -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 {}]
Expand Down

0 comments on commit e8d461d

Please sign in to comment.