diff options
author | jingham <jingham> | 2000-02-10 08:48:00 (GMT) |
---|---|---|
committer | jingham <jingham> | 2000-02-10 08:48:00 (GMT) |
commit | 60535a70759b509e20b5b9e2d5092a8173fe10b6 (patch) | |
tree | d83af261dd7e01335be726f3f5071871af0239fa /mac/tkMacLibrary.r | |
parent | 765199c8be9646f45cf43bfd28f9733e258e3cdc (diff) | |
download | tk-60535a70759b509e20b5b9e2d5092a8173fe10b6.zip tk-60535a70759b509e20b5b9e2d5092a8173fe10b6.tar.gz tk-60535a70759b509e20b5b9e2d5092a8173fe10b6.tar.bz2 |
Fix typo in the file info, add Finder Balloon help just cause you can.
Diffstat (limited to 'mac/tkMacLibrary.r')
-rw-r--r-- | mac/tkMacLibrary.r | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mac/tkMacLibrary.r b/mac/tkMacLibrary.r index be87821..9b2153f 100644 --- a/mac/tkMacLibrary.r +++ b/mac/tkMacLibrary.r @@ -10,7 +10,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkMacLibrary.r,v 1.4 1999/08/16 00:09:20 jingham Exp $ + * RCS: @(#) $Id: tkMacLibrary.r,v 1.5 2000/02/10 08:48:09 jingham Exp $ */ /* @@ -54,7 +54,7 @@ resource 'vers' (1) { TK_MAJOR_VERSION, MINOR_VERSION, RELEASE_LEVEL, 0x00, verUS, TK_PATCH_LEVEL, - TK_PATCH_LEVEL ",by Ray Johnson & Jim Ingham "\n© 1993-1997 Sun Microsystems" "\n 1998-1999 Scriptics Inc." + TK_PATCH_LEVEL ",by Ray Johnson & Jim Ingham" "\n" "© 1993-1997 Sun Microsystems" "\n" "1998-2000 Scriptics Inc." }; resource 'vers' (2) { |