diff options
author | Guy Harris <guy@alum.mit.edu> | 2001-05-21 11:01:56 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2001-05-21 11:01:56 +0000 |
commit | b8b6c4adf3046545f2e30aec82a3578b745845d6 (patch) | |
tree | 5806760e29a0566fa3f7f5ccc98f138d740b55f2 /image/text2pcap.rc.in | |
parent | 46e1be8671d765ec917693d45a9751b133a5d677 (diff) | |
download | wireshark-b8b6c4adf3046545f2e30aec82a3578b745845d6.tar.gz wireshark-b8b6c4adf3046545f2e30aec82a3578b745845d6.tar.bz2 wireshark-b8b6c4adf3046545f2e30aec82a3578b745845d6.zip |
Fix a typo in the "product name", and fix the "internal name".
svn path=/trunk/; revision=3432
Diffstat (limited to 'image/text2pcap.rc.in')
-rw-r--r-- | image/text2pcap.rc.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/image/text2pcap.rc.in b/image/text2pcap.rc.in index ba942d4cfb..616bab6b77 100644 --- a/image/text2pcap.rc.in +++ b/image/text2pcap.rc.in @@ -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 |