summaryrefslogtreecommitdiffstats
path: root/win/rc/tk.rc
diff options
context:
space:
mode:
authorstanton <stanton>1999-04-30 22:49:53 (GMT)
committerstanton <stanton>1999-04-30 22:49:53 (GMT)
commit5cdefcdad94ffccdb1806f9dc687e439a3a7dcb8 (patch)
tree2791311126f6b086b8e9262a868488a337f63381 /win/rc/tk.rc
parent464f20ba3977eea97bee1f99f62785f3657b89f3 (diff)
downloadtk-5cdefcdad94ffccdb1806f9dc687e439a3a7dcb8.zip
tk-5cdefcdad94ffccdb1806f9dc687e439a3a7dcb8.tar.gz
tk-5cdefcdad94ffccdb1806f9dc687e439a3a7dcb8.tar.bz2
* Merged changes from 8.1.0 branch
Diffstat (limited to 'win/rc/tk.rc')
-rw-r--r--win/rc/tk.rc6
1 files changed, 3 insertions, 3 deletions
diff --git a/win/rc/tk.rc b/win/rc/tk.rc
index 3960c3e..dacd4fb 100644
--- a/win/rc/tk.rc
+++ b/win/rc/tk.rc
@@ -1,4 +1,4 @@
-// RCS: @(#) $Id: tk.rc,v 1.3 1999/04/16 01:51:55 stanton Exp $
+// RCS: @(#) $Id: tk.rc,v 1.4 1999/04/30 22:49:57 stanton Exp $
//
// Version
//
@@ -25,9 +25,9 @@ BEGIN
BEGIN
VALUE "FileDescription", "Tk DLL\0"
VALUE "OriginalFilename", "tk" STRINGIFY(TK_MAJOR_VERSION) STRINGIFY(TK_MINOR_VERSION) ".dll\0"
- VALUE "CompanyName", "Sun Microsystems, Inc.\0"
+ VALUE "CompanyName", "Scriptics Corporation\0"
VALUE "FileVersion", TK_PATCH_LEVEL
- VALUE "LegalCopyright", "Copyright \251 1995-1996\0"
+ VALUE "LegalCopyright", "Copyright \251 1999 by Scriptics Corporation\0"
VALUE "ProductName", "Tk " TK_VERSION " for Windows\0"
VALUE "ProductVersion", TK_PATCH_LEVEL
END