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:
Tim Edwards 2023-07-25 17:15:11 -04:00
parent 0afe4d87d4
commit d4f8fe04c5
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
8.3.416
8.3.417

View File

@ -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}