diff options
author | dgp <dgp@users.sourceforge.net> | 2002-04-19 23:09:37 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2002-04-19 23:09:37 (GMT) |
commit | 2bdca9dfc1dd3565672960643e6e860330bd10fe (patch) | |
tree | 60ee026c9eb569a9d87582528a17cc7d7c828c19 /library/msgcat/msgcat.tcl | |
parent | 26bb2b5da7f034e47d6544e3d84e54c861f61206 (diff) | |
download | tcl-2bdca9dfc1dd3565672960643e6e860330bd10fe.zip tcl-2bdca9dfc1dd3565672960643e6e860330bd10fe.tar.gz tcl-2bdca9dfc1dd3565672960643e6e860330bd10fe.tar.bz2 |
* Added [mcload] to the export list
of msgcat; bumped to 1.2.3. [Bug 544727]
Diffstat (limited to 'library/msgcat/msgcat.tcl')
-rw-r--r-- | library/msgcat/msgcat.tcl | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/library/msgcat/msgcat.tcl b/library/msgcat/msgcat.tcl index 4622ea1..e1dbd16 100644 --- a/library/msgcat/msgcat.tcl +++ b/library/msgcat/msgcat.tcl @@ -10,13 +10,14 @@ # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # -# RCS: @(#) $Id: msgcat.tcl,v 1.11 2001/08/09 01:06:42 dgp Exp $ +# RCS: @(#) $Id: msgcat.tcl,v 1.12 2002/04/19 23:09:37 dgp Exp $ package require Tcl 8.2 -package provide msgcat 1.2.2 +package provide msgcat 1.2.3 namespace eval msgcat { - namespace export mc mcset mcmset mclocale mcpreferences mcunknown mcmax + namespace export mc mcload mclocale mcmax mcmset mcpreferences mcset \ + mcunknown # Records the current locale as passed to mclocale variable locale "" |