summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tltcl/lib/reg1.3/pkgIndex.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/tltcl/lib/reg1.3/pkgIndex.tcl')
-rwxr-xr-xMaster/tlpkg/tltcl/lib/reg1.3/pkgIndex.tcl8
1 files changed, 4 insertions, 4 deletions
diff --git a/Master/tlpkg/tltcl/lib/reg1.3/pkgIndex.tcl b/Master/tlpkg/tltcl/lib/reg1.3/pkgIndex.tcl
index 219e41fe92d..6603e3ef13d 100755
--- a/Master/tlpkg/tltcl/lib/reg1.3/pkgIndex.tcl
+++ b/Master/tlpkg/tltcl/lib/reg1.3/pkgIndex.tcl
@@ -1,9 +1,9 @@
if {![package vsatisfies [package provide Tcl] 8.5]} return
if {[info sharedlibextension] != ".dll"} return
if {[::tcl::pkgconfig get debug]} {
- package ifneeded registry 1.3.4 \
- [list load [file join $dir tclreg13g.dll] registry]
+ package ifneeded registry 1.3.5 \
+ [list load [file join $dir tclreg13g.dll] Registry]
} else {
- package ifneeded registry 1.3.4 \
- [list load [file join $dir tclreg13.dll] registry]
+ package ifneeded registry 1.3.5 \
+ [list load [file join $dir tclreg13.dll] Registry]
}