correct dos line endings and provided version
authorJeff Hobbs <hobbs@users.sourceforge.net>
Thu, 21 Jun 2007 22:10:48 +0000 (22:10 +0000)
committerJeff Hobbs <hobbs@users.sourceforge.net>
Thu, 21 Jun 2007 22:10:48 +0000 (22:10 +0000)
pkgIndex.tcl

index 4c932eb9972c893d2d5bface7d6f029419abfb99..53be10394255cbf11e48829887d4a6eb2963951b 100644 (file)
@@ -1,11 +1,11 @@
-# pkgIndex.tcl to use tkcon as a package via 'package require tkcon'\r
-#\r
-# 'tkcon show' will do all that is necessary to display tkcon\r
-#\r
-# Defaults to:\r
-#  * the main interp as the "slave"\r
-#  * hiding tkcon when you click in the titlebar [X]\r
-#  * using '.tkcon' as the root toplevel\r
-#  * not displaying itself at 'package require' time\r
-#\r
-package ifneeded tkcon 2.4 [list source [file join $dir tkcon.tcl]]\r
+# 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]]