Corrected the variable string "RCS" in tkcon.tcl, which had
become truncated, causing the "About" menu item in the console to generate an error message. Since the tkcon.tcl used in my other software packages like IRSIM was correct, I just pulled the RCS string from there, and it seems to be okay now. This solves github issue #259.
This commit is contained in:
parent
0afe4d87d4
commit
d4f8fe04c5
|
|
@ -198,7 +198,7 @@ proc ::tkcon::Init {} {
|
|||
tkcon_puts tkcon_gets observe observe_var unalias which what
|
||||
}
|
||||
version 2.3
|
||||
RCS {RCS: @(#) $Header$}
|
||||
RCS {RCS: @(#) $Id: tkcon.tcl,v 1.2 2008/04/18 16:28:13 tim Exp $}
|
||||
HEADURL {http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/tkcon/tkcon/tkcon.tcl?rev=HEAD}
|
||||
docs "http://tkcon.sourceforge.net/"
|
||||
email {jeff@hobbs.org}
|
||||
|
|
|
|||
Loading…
Reference in New Issue