diff options
author | hobbs <hobbs> | 2000-12-07 22:22:02 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2000-12-07 22:22:02 (GMT) |
commit | 15af2c8c8286204965b9a19e254165303bba59a1 (patch) | |
tree | 43ad071ac5bae343153dcde54cf7ecafd148ad92 /library/dde | |
parent | 40ae580954790b598ed8f6337b3944a8317f91f4 (diff) | |
download | tcl-15af2c8c8286204965b9a19e254165303bba59a1.zip tcl-15af2c8c8286204965b9a19e254165303bba59a1.tar.gz tcl-15af2c8c8286204965b9a19e254165303bba59a1.tar.bz2 |
* library/dde/pkgIndex.tcl: updated to use 84 version to reflect
the makefile. Should probably be updated to use its real version
at some point. [Patch #102560, Bug #119421]
Diffstat (limited to 'library/dde')
-rw-r--r-- | library/dde/pkgIndex.tcl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/library/dde/pkgIndex.tcl b/library/dde/pkgIndex.tcl index f818736..7b02b3e 100644 --- a/library/dde/pkgIndex.tcl +++ b/library/dde/pkgIndex.tcl @@ -1,5 +1,5 @@ if {[info exists tcl_platform(debug)]} { - package ifneeded dde 1.1 [list load [file join $dir tcldde83d.dll] dde] + package ifneeded dde 1.1 [list load [file join $dir tcldde84d.dll] dde] } else { - package ifneeded dde 1.1 [list load [file join $dir tcldde83.dll] dde] + package ifneeded dde 1.1 [list load [file join $dir tcldde84.dll] dde] } |