Fix a typo in the "product name", and fix the "internal name".

svn path=/trunk/; revision=3432
This commit is contained in:
Guy Harris 2001-05-21 11:01:56 +00:00
parent 46e1be8671
commit b8b6c4adf3
1 changed files with 2 additions and 2 deletions

View File

@ -22,10 +22,10 @@ BEGIN
VALUE "CompanyName", "The Ethereal developer community\0"
VALUE "FileDescription", "Text2pcap\0"
VALUE "FileVersion", "@VERSION@\0"
VALUE "InternalName", "Editcap @VERSION@\0"
VALUE "InternalName", "Text2pcap @VERSION@\0"
VALUE "LegalCopyright", "Copyright © 2001 Ashok Narayanan <ashokn@cisco.com>\0"
VALUE "OriginalFilename", "Text2pcap.exe\0"
VALUE "ProductName", "Text2pcapp\0"
VALUE "ProductName", "Text2pcap\0"
VALUE "ProductVersion", "@VERSION@\0"
END
END