summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-x[-rw-r--r--]library/clock.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/clock.tcl b/library/clock.tcl
index e995bd1..bfdf832 100644..100755
--- a/library/clock.tcl
+++ b/library/clock.tcl
@@ -2320,7 +2320,7 @@ proc ::tcl::clock::EnterLocale { locale } {
# Control Panel information
set locale [mclocale]_windows
- if { $locale ni [::msgcat::mcpackagelocale loaded] } {
+ if { ! [mcpackagelocale present $locale] } {
LoadWindowsDateTimeFormats $locale
}
}