summaryrefslogtreecommitdiffstats
path: root/library/tk.tcl
diff options
context:
space:
mode:
authorericm <ericm@noemail.net>2000-06-30 06:38:36 (GMT)
committerericm <ericm@noemail.net>2000-06-30 06:38:36 (GMT)
commit838900d054634385dd5c112d89874df9c5f80aaf (patch)
treee1487b56f6601752fc461670f73bc6d8ed46576a /library/tk.tcl
parentf2377634eeb3fab625da2bb56b6abd10bfa5580e (diff)
downloadtk-838900d054634385dd5c112d89874df9c5f80aaf.zip
tk-838900d054634385dd5c112d89874df9c5f80aaf.tar.gz
tk-838900d054634385dd5c112d89874df9c5f80aaf.tar.bz2
* library/msgs/de.msg: German message catalog.
* library/msgs/en.msg: English message catalog. * library/msgs/es.msg: Spanish message catalog. * library/msgs/fr.msg: French message catalog. * unix/Makefile.in: * unix/configure.in: * library/tk.tcl: * library/clrpick.tcl: * library/choosedir.tcl: * library/console.tcl: * library/msgbox.tcl: * library/tkfbox.tcl: * library/xmfbox.tcl: * library/bgerror.tcl: Applied patches from Laurent Duperval to provide localization of Tk dialogs. [RFE: 2671]. FossilOrigin-Name: fba5538c67f2c40b36cf85e267a90136a5a80bbd
Diffstat (limited to 'library/tk.tcl')
-rw-r--r--library/tk.tcl4
1 files changed, 3 insertions, 1 deletions
diff --git a/library/tk.tcl b/library/tk.tcl
index 12ac1ba..32de9e1 100644
--- a/library/tk.tcl
+++ b/library/tk.tcl
@@ -3,7 +3,7 @@
# Initialization script normally executed in the interpreter for each
# Tk-based application. Arranges class bindings for widgets.
#
-# RCS: @(#) $Id: tk.tcl,v 1.22 2000/05/29 01:43:15 hobbs Exp $
+# RCS: @(#) $Id: tk.tcl,v 1.23 2000/06/30 06:38:38 ericm Exp $
#
# Copyright (c) 1992-1994 The Regents of the University of California.
# Copyright (c) 1994-1996 Sun Microsystems, Inc.
@@ -16,6 +16,8 @@
package require -exact Tk 8.4
package require -exact Tcl 8.4
+package require msgcat
+::msgcat::mcload [file join $::tk_library msgs]
# Add Tk's directory to the end of the auto-load search path, if it
# isn't already on the path: