diff options
author | stanton <stanton> | 1999-05-22 01:59:21 (GMT) |
---|---|---|
committer | stanton <stanton> | 1999-05-22 01:59:21 (GMT) |
commit | a912f987cc4a42b842e46d5ba8953533bd39c115 (patch) | |
tree | 867c43add539ea76f0f66b51eb2834cb1d3def94 /library/console.tcl | |
parent | 3860979cba1e47893604c9b1b7427c4bab8ae92b (diff) | |
download | tk-a912f987cc4a42b842e46d5ba8953533bd39c115.zip tk-a912f987cc4a42b842e46d5ba8953533bd39c115.tar.gz tk-a912f987cc4a42b842e46d5ba8953533bd39c115.tar.bz2 |
Merged changes from scriptics-tclpro-1-3-b2 branch
Diffstat (limited to 'library/console.tcl')
-rw-r--r-- | library/console.tcl | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/library/console.tcl b/library/console.tcl index 602f32d..0ea7716 100644 --- a/library/console.tcl +++ b/library/console.tcl @@ -4,8 +4,9 @@ # can be used by non-unix systems that do not have built-in support # for shells. # -# RCS: @(#) $Id: console.tcl,v 1.4 1999/04/16 01:51:26 stanton Exp $ +# RCS: @(#) $Id: console.tcl,v 1.5 1999/05/22 01:59:21 stanton Exp $ # +# Copyright (c) 1998-1999 Scriptics Corp. # Copyright (c) 1995-1997 Sun Microsystems, Inc. # # See the file "license.terms" for information on usage and redistribution @@ -470,7 +471,7 @@ proc tkConsoleExit {} { proc tkConsoleAbout {} { global tk_patchLevel tk_messageBox -type ok -message "Tcl for Windows -Copyright \251 1996 Sun Microsystems, Inc. +Copyright \251 1999 Scriptics Corporation Tcl [info patchlevel] Tk $tk_patchLevel" |