diff options
author | oehhar <harald.oehlmann@elmicron.de> | 2013-05-27 20:45:08 (GMT) |
---|---|---|
committer | oehhar <harald.oehlmann@elmicron.de> | 2013-05-27 20:45:08 (GMT) |
commit | eb279d0247abcef7014f739146c9c619b4d24320 (patch) | |
tree | cdd12a4b9dcbbc8b020a7f823bbb0ee484af9110 /win | |
parent | 4a770ed0b5648f58f0ba0b07bb73cc904db339e0 (diff) | |
parent | b5df26a280112129ffcd34f74456cc6f2980e5be (diff) | |
download | tcl-eb279d0247abcef7014f739146c9c619b4d24320.zip tcl-eb279d0247abcef7014f739146c9c619b4d24320.tar.gz tcl-eb279d0247abcef7014f739146c9c619b4d24320.tar.bz2 |
3036566 - Get msgcat locale for Win Vista+ first from gui language registry key.
Bumped msgcat to version 1.5.2.
Minor manpage corrections.
Diffstat (limited to 'win')
-rw-r--r-- | win/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win/Makefile.in b/win/Makefile.in index 3c9d276..047b0b5 100644 --- a/win/Makefile.in +++ b/win/Makefile.in @@ -647,8 +647,8 @@ install-libraries: libraries install-tzdata install-msgs do \ $(COPY) "$$j" "$(SCRIPT_INSTALL_DIR)/opt0.4"; \ done; - @echo "Installing package msgcat 1.5.1 as a Tcl Module"; - @$(COPY) $(ROOT_DIR)/library/msgcat/msgcat.tcl $(SCRIPT_INSTALL_DIR)/../tcl8/8.5/msgcat-1.5.1.tm; + @echo "Installing package msgcat 1.5.2 as a Tcl Module"; + @$(COPY) $(ROOT_DIR)/library/msgcat/msgcat.tcl $(SCRIPT_INSTALL_DIR)/../tcl8/8.5/msgcat-1.5.2.tm; @echo "Installing package tcltest 2.3.5 as a Tcl Module"; @$(COPY) $(ROOT_DIR)/library/tcltest/tcltest.tcl $(SCRIPT_INSTALL_DIR)/../tcl8/8.5/tcltest-2.3.5.tm; @echo "Installing package platform 1.0.12 as a Tcl Module"; |