starting with an uppercase letter (error). (reins)
+2000-10-18 Jeff Hobbs <hobbs@ajubasolutions.com>
+
+ * tkcon.tcl (::tkcon::NamespacesList): corrected to not use window
+ starting with an uppercase letter (error). (reins)
+
2000-09-27 Jeff Hobbs <hobbs@scriptics.com>
* tkcon.tcl (::tkcon::About): added 'variable COLOR' decl (Zaers).
proc ::tkcon::NamespacesList {names} {
variable PRIV
- set f $PRIV(base).Namespaces
+ set f $PRIV(base).namespaces
catch {destroy $f}
toplevel $f
listbox $f.names -width 30 -height 15 -selectmode single \