From 1a59beeb2815e5c65b2b0d1c9bfc5cd78af14643 Mon Sep 17 00:00:00 2001 From: Jeff Hobbs Date: Thu, 21 Jun 2007 22:10:48 +0000 Subject: [PATCH] correct dos line endings and provided version --- pkgIndex.tcl | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/pkgIndex.tcl b/pkgIndex.tcl index 4c932eb..53be103 100644 --- a/pkgIndex.tcl +++ b/pkgIndex.tcl @@ -1,11 +1,11 @@ -# pkgIndex.tcl to use tkcon as a package via 'package require tkcon' -# -# 'tkcon show' will do all that is necessary to display tkcon -# -# Defaults to: -# * the main interp as the "slave" -# * hiding tkcon when you click in the titlebar [X] -# * using '.tkcon' as the root toplevel -# * not displaying itself at 'package require' time -# -package ifneeded tkcon 2.4 [list source [file join $dir tkcon.tcl]] +# pkgIndex.tcl to use tkcon as a package via 'package require tkcon' +# +# 'tkcon show' will do all that is necessary to display tkcon +# +# Defaults to: +# * the main interp as the "slave" +# * hiding tkcon when you click in the titlebar [X] +# * using '.tkcon' as the root toplevel +# * not displaying itself at 'package require' time +# +package ifneeded tkcon 2.5 [list source [file join $dir tkcon.tcl]] -- 2.23.0