aboutsummaryrefslogtreecommitdiffstats
path: root/image
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2001-05-21 11:01:56 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2001-05-21 11:01:56 +0000
commit386d1bf419e723c796c608d3ca2402224226ffe9 (patch)
tree5806760e29a0566fa3f7f5ccc98f138d740b55f2 /image
parenta0f3a780077216722d91f3b62b592261c7ff94a2 (diff)
Fix a typo in the "product name", and fix the "internal name".
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@3432 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'image')
-rw-r--r--image/text2pcap.rc.in4
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