aboutsummaryrefslogtreecommitdiff
path: root/library/pkgIndex.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'library/pkgIndex.tcl')
-rw-r--r--library/pkgIndex.tcl3
1 files changed, 2 insertions, 1 deletions
diff --git a/library/pkgIndex.tcl b/library/pkgIndex.tcl
index 12c1a66..b3bb6c8 100644
--- a/library/pkgIndex.tcl
+++ b/library/pkgIndex.tcl
@@ -8,4 +8,5 @@
# script is sourced, the variable $dir must contain the
# full path name of this file's directory.
-package ifneeded ZincText 1.0 [list source [file join $dir zincText.tcl]]
+package ifneeded zincText 1.0 [list source [file join $dir zincText.tcl]]
+package ifneeded zincLogo 1.0 [list source [file join $dir zincLogo.tcl]]