diff options
author | jingham <jingham@noemail.net> | 1999-08-16 08:51:45 (GMT) |
---|---|---|
committer | jingham <jingham@noemail.net> | 1999-08-16 08:51:45 (GMT) |
commit | d3e93988c4564cab6614f14dbecac66222b37a6e (patch) | |
tree | b3ed510cc313183feaa79a54baf09e2ca32461f1 /mac/tkMacResource.r | |
parent | 6159133f49fb5469d2f4618cf47e4d991bb8e218 (diff) | |
download | tk-d3e93988c4564cab6614f14dbecac66222b37a6e.zip tk-d3e93988c4564cab6614f14dbecac66222b37a6e.tar.gz tk-d3e93988c4564cab6614f14dbecac66222b37a6e.tar.bz2 |
Fix a typo.
FossilOrigin-Name: 93fe806ed9aaf9dd22a72927bae8a1222be7e39e
Diffstat (limited to 'mac/tkMacResource.r')
-rw-r--r-- | mac/tkMacResource.r | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mac/tkMacResource.r b/mac/tkMacResource.r index f11d62b..02d054e 100644 --- a/mac/tkMacResource.r +++ b/mac/tkMacResource.r @@ -11,7 +11,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkMacResource.r,v 1.5 1999/08/16 00:09:26 jingham Exp $ + * RCS: @(#) $Id: tkMacResource.r,v 1.6 1999/08/16 08:51:46 jingham Exp $ */ /* @@ -50,7 +50,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-1999 Scriptics Inc." }; resource 'vers' (2) { |