summaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2006-04-05 20:50:27 (GMT)
committerdgp <dgp@users.sourceforge.net>2006-04-05 20:50:27 (GMT)
commit64851d233f48b70a58856de35669a22004013dc1 (patch)
tree916a44100b361d7a45e5f9fe1e6f73065829c1f5 /library
parent97adef27be83b277e1414039b66f953fda97a25f (diff)
downloadtcl-64851d233f48b70a58856de35669a22004013dc1.zip
tcl-64851d233f48b70a58856de35669a22004013dc1.tar.gz
tcl-64851d233f48b70a58856de35669a22004013dc1.tar.bz2
Revert attempted backport of dde 1.3 to the core-8-4-branch.
Diffstat (limited to 'library')
-rw-r--r--library/dde/pkgIndex.tcl4
1 files changed, 2 insertions, 2 deletions
diff --git a/library/dde/pkgIndex.tcl b/library/dde/pkgIndex.tcl
index 3125ada..f993012 100644
--- a/library/dde/pkgIndex.tcl
+++ b/library/dde/pkgIndex.tcl
@@ -1,7 +1,7 @@
if {![package vsatisfies [package provide Tcl] 8]} {return}
if {[string compare $::tcl_platform(platform) windows]} {return}
if {[info exists ::tcl_platform(debug)]} {
- package ifneeded dde 1.3.2 [list load [file join $dir tcldde13g.dll] dde]
+ package ifneeded dde 1.2.4 [list load [file join $dir tcldde12g.dll] dde]
} else {
- package ifneeded dde 1.3.2 [list load [file join $dir tcldde13.dll] dde]
+ package ifneeded dde 1.2.4 [list load [file join $dir tcldde12.dll] dde]
}